
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITradeChartAxisLabelProvider
@interface SCITradeChartAxisLabelProvider : SCICategoryLabelProviderBase
Default label provider which is used by SCICategoryDateTimeLabelProvider
class.
-
Creates a new instance of
SCITradeChartAxisLabelProvider
class.Declaration
Objective-C
- (nonnull instancetype)init;
-
Creates a new instance of
SCITradeChartAxisLabelProvider
class.Declaration
Objective-C
- (nonnull instancetype)initWithLabelFormatter: (nonnull id<ISCILabelFormatter>)labelFormatter;
Parameters
labelFormatter
The
SCILabelFormatterProtocol
used by this label provider.