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 SCINumericLabelProvider class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    convenience init()
  • Creates a new instance of SCINumericLabelProvider class.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithLabelFormatter:
        (nonnull id<ISCILabelFormatter>)labelFormatter;

    Swift

    init(labelFormatter: ISCILabelFormatter)

    Parameters

    labelFormatter

    The SCINumericLabelFormatterBase used by this label provider.