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
.
See
SCIAxisBase
.
See
SCIDateAxis
.
See
SCINumericAxis
.
See
SCICategoryAxisBase
.
See
SCICategoryDateAxis
.
-
Default cursor text formatting for
SCILogarithmicNumericAxis
.Declaration
Objective-C
+ (nonnull NSString *)defaultLogarithmicTextFormatting;
Swift
class func defaultLogarithmicTextFormatting() -> String