
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCINumericLabelFormatterBase
@interface SCINumericLabelFormatterBase<T : id <ISCINumericAxis>>
: SCILabelFormatterBase
Base class for ISCILabelFormatter
for SCINumericAxis
and its subclasses.
-
Creates a
ISCILabelFormatter
for specified SCIScientificNotation` value.Declaration
Objective-C
- (nonnull id<ISCILabelFormatter>)createLabelFormatterFor: (SCIScientificNotation)scientificNotation;
Parameters
scientificNotation
The
SCIScientificNotation
value to create formatter for.Return Value
The
ISCILabelFormatter
which should be used for specified scientificNotation.