iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCILogarithmicNumericLabelProvider
@interface SCILogarithmicNumericLabelProvider
: SCIFormatterLabelProviderBase <id <ISCILogarithmicNumericAxis>>
The SCILogarithmicNumericLabelProvider 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
SCILogarithmicNumericLabelProviderclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
convenience init() -
Creates a new instance of
SCILogarithmicNumericLabelProviderclass.Declaration
Objective-C
- (nonnull instancetype)initWithLabelFormatter: (nonnull id<ISCILabelFormatter>)labelFormatter;Swift
init(labelFormatter: any ISCILabelFormatter)Parameters
labelFormatterThe
SCILabelFormatterProtocolused by this label provider.
View on GitHub