
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAxisBase
@interface SCIAxisBase<T : id <ISCIComparable>>
: SCIAxisCore <T> <ISCIAxis, ISCIChartSurfaceProvider>
Defines a base functionality for 2D Axes used throughout SciChart.
Note
T
is the type of data used by axis.
-
Provides the default style for axis tick labels.
Declaration
Objective-C
@property (class, nonatomic, readonly) SCIAxisTickLabelStyle *_Nonnull defaultAxisTickLabelStyle;
-
Creates a new instance of
SCIAxisBase
class.Declaration
Objective-C
- (nonnull instancetype) initWithDefaultRange:(nonnull id<ISCIRange>)defaultNonZeroRange andAxisModifierSurface: (nonnull id<ISCIAxisModifierSurface>)axisModifierSurface;
Parameters
defaultNonZeroRange
The default non zero ISCIRange` instance for this axis.
axisModifierSurface
The
ISCIAxisModifierSurface
for this this axis.