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

ISCILogarithmicNumericAxis

@protocol ISCILogarithmicNumericAxis <ISCINumericAxis>

Defines a base interface for all logarithmic axes used throughout the SciChart SDK.

  • Gets or sets a logarithmic base used by the logarithmic scale of ISCILogarithmicNumericAxis.

    Declaration

    Objective-C

    @property (nonatomic) double logarithmicBase;

    Swift

    var logarithmicBase: Double { get set }