
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIChartModifier
@protocol
ISCIChartModifier <ISCIChartModifierCore, ISCIChartSurfaceChangeListener,
ISCIChartSurfaceProvider>
Definces the interface to a base chart modifier SCIChartModifierBase
, which can be used to extend the interactivity or rendering of the surface ISCIChartSurface
.
-
Gets the parent
ISCIChartSurface.renderableSeries
collection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIRenderableSeriesCollection *renderableSeries;
-
Gets the parent
ISCIChartSurface.xAxes
collection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIAxisCollection *xAxes;
-
Gets the parent
ISCIChartSurface.yAxes
collection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIAxisCollection *yAxes;
-
Gets the primary XAxis, which is the first axis in the XAxes collection.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) id<ISCIAxis> xAxis;
-
Gets the primary YAxis, which is the first axis in the YAxes collection.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) id<ISCIAxis> yAxis;