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

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

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

    Declaration

    Objective-C

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

    Swift

    init(labelFormatter: ISCILabelFormatter)

    Parameters

    labelFormatter

    The SCILabelFormatterProtocol used by this label provider.