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.renderableSeriescollection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIRenderableSeriesCollection *renderableSeries;Swift
var renderableSeries: SCIRenderableSeriesCollection { get } -
Gets the parent
ISCIChartSurface.xAxescollection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIAxisCollection *xAxes;Swift
var xAxes: SCIAxisCollection { get } -
Gets the parent
ISCIChartSurface.yAxescollection.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIAxisCollection *yAxes;Swift
var yAxes: SCIAxisCollection { get }
View on GitHub