iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIDefaultAnnotationSelectionDrawable
@interface SCIDefaultAnnotationSelectionDrawable
: NSObject <ISCIAnnotationSelectionDrawable>
Default implementation of ISCIAnnotationSelectionDrawable which draws selection overlay with stroke.
-
Creates a new instance of
SCIDefaultAnnotationSelectionDrawableclass.Declaration
Objective-C
- (nonnull instancetype)initWithColor:(unsigned int)color opacity:(float)opacity andStrokeWidth:(float)strokeWidth;Swift
init(color: UInt32, opacity: Float, andStrokeWidth strokeWidth: Float)Parameters
colorThe color of selection overlay.
opacityThe opacity of selection overlay.
strokeWidthThe stroke width of selection overlay.
View on GitHub