iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIEllipseResizingGrip
@interface SCIEllipseResizingGrip : NSObject <ISCIResizingGrip>
Defines the default ISCIResizingGrip implementation which is used by SCIAnnotationBase which draws ellipse.
-
Creates a new istance of
SCIEllipseResizingGripclass.Declaration
Objective-C
- (nonnull instancetype)initWithStokeColor:(unsigned int)strokeColor strokeThickness:(float)strokeThickness backgroundColor:(unsigned int)backgroundColor andRadius:(float)radius;Swift
init(stokeColor strokeColor: UInt32, strokeThickness: Float, backgroundColor: UInt32, andRadius radius: Float)Parameters
strokeColorThe stroke color which is used to draw ellipse border.
strokeThicknessThe stroke thickness which is used to draw ellipse border.
backgroundColorThe background color which is used to draw ellipse background.
radiusThe radius of resizing grip in pixels.
View on GitHub