
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCINumericAxis
@protocol ISCINumericAxis <ISCIAxisCore>
Defines a base interface for all numeric axes used throughout the SciChart SDK.
-
Defines the
SCIScientificNotation
for this axis.Declaration
Objective-C
@property (nonatomic) SCIScientificNotation scientificNotation;
Swift
var scientificNotation: SCIScientificNotation { get set }