iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIScientificNumericLabelFormatter
@interface SCIScientificNumericLabelFormatter<T : id <ISCIAxisCore>>
: SCISimpleNumericLabelFormatter <T>
The ISCILabelFormatter implementation which formats label with normalized (scientific) or engineering notation.
Note
T is the type of associated axis.
-
Creates a new instance of
SCIScientificNumericLabelFormatterclass.Declaration
Objective-C
- (instancetype)initWithNormalized:(BOOL)normalized;Swift
init!(normalized: Bool)Parameters
normalizedThe value which specifies which notation to use: normalized (scientific) or engineering notation.
View on GitHub