iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIScientificNumericLabelFormatter

@interface SCIScientificNumericLabelFormatter<T : id <ISCIAxisCore>>
    : SCISimpleNumericLabelFormatter <T>

The ISCILabelFormatter implementation which formats label with normalized (scientific) or engineering notation.

Note

T is the type of associated axis.
  • Creates a new instance of SCIScientificNumericLabelFormatter class.

    Declaration

    Objective-C

    - (instancetype)initWithNormalized:(BOOL)normalized;

    Swift

    init!(normalized: Bool)

    Parameters

    normalized

    The value which specifies which notation to use: normalized (scientific) or engineering notation.