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

SCILogarithmicNumericAxis

@interface SCILogarithmicNumericAxis
    : SCINumericAxis <ISCILogarithmicNumericAxis>

Provides a Logarithmic, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the X or Y-Axis of a SCIChartSurface.

See

ISCIAxis.
  • Default cursor text formatting for SCILogarithmicNumericAxis.

    Declaration

    Objective-C

    + (nonnull NSString *)defaultLogarithmicTextFormatting;

    Swift

    class func defaultLogarithmicTextFormatting() -> String