iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCISeriesValueMarker
@protocol ISCISeriesValueMarker <ISCIAttachable>
Defines and interface for axis value marker used to dislay latest values of ISCIRenderableSeries
-
Notifies that
SCISeriesValueModifier.isEnabledchangedDeclaration
Objective-C
- (void)onIsEnabledChanged:(BOOL)isEnabled;Swift
func onIsEnabledChanged(_ isEnabled: Bool)Parameters
isEnabledThe new isEnabled value
View on GitHub