iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCINumericLabelProvider
@interface SCINumericLabelProvider : SCIFormatterLabelProviderBase
The SCINumericLabelProvider is a pass-through which uses the ISCIAxisCore.textFormatting and ISCIAxisCore.cursorTextFormatting properties to format axis and cursor label texts.
-
Creates a new instance of
SCINumericLabelProviderclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
convenience init() -
Creates a new instance of
SCINumericLabelProviderclass.Declaration
Objective-C
- (nonnull instancetype)initWithLabelFormatter: (nonnull id<ISCILabelFormatter>)labelFormatter;Swift
init(labelFormatter: any ISCILabelFormatter)Parameters
labelFormatterThe
SCINumericLabelFormatterBaseused by this label provider.
View on GitHub