
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIDrawingContextFactoryBase
@interface SCIDrawingContextFactoryBase : NSObject
Base Factory which provides static constants with default ISCIDrawingContext
implementations.
-
Provides the
ISCIDrawingContext
which could be used for drawinglines
.Declaration
Objective-C
@property (class, nonatomic, strong, readonly) id<ISCIDrawingContext> _Nonnull linesDrawingContext;
-
Provides the
ISCIDrawingContext
which could be used for drawinglines strips
.Declaration
Objective-C
@property (class, nonatomic, strong, readonly) id<ISCIDrawingContext> _Nonnull linesStripDrawingContext;
-
Provides the
ISCIDrawingContext
which could be used for drawingtriangles strips
.Declaration
Objective-C
@property (class, nonatomic, strong, readonly) id<ISCIDrawingContext> _Nonnull trianglesStripDrawingContext;
-
Provides the
ISCIDrawingContext
which could be used for drawingrectangle fills
.Declaration
Objective-C
@property (class, nonatomic, strong, readonly) id<ISCIDrawingContext> _Nonnull fillRectsDrawingContext;
-
Provides the
ISCIDrawingContext
which could be used for drawingrectangle strokes (outlines)
.Declaration
Objective-C
@property (class, nonatomic, strong, readonly) id<ISCIDrawingContext> _Nonnull drawRectsDrawingContext;
-
Provides the
ISCIDrawingContext
which could be used for drawingellipces
.Declaration
Objective-C
@property (class, nonatomic, strong, readonly) id<ISCIDrawingContext> _Nonnull ellipsesDrawingContext;