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
ISCILabelFormatterfor specified SCIScientificNotation` value.Declaration
Objective-C
- (nonnull id<ISCILabelFormatter>)createLabelFormatterFor: (SCIScientificNotation)scientificNotation;Swift
func createLabelFormatter(for scientificNotation: SCIScientificNotation) -> any ISCILabelFormatterParameters
scientificNotationThe
SCIScientificNotationvalue to create formatter for.Return Value
The
ISCILabelFormatterwhich should be used for specified scientificNotation.
View on GitHub