
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAxisProviderBase
@interface SCIAxisProviderBase<T : id <ISCIAxisCore>>
: NSObject <ISCIAxisProviderBase>
Provides abstract base class for axis providers.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Creates a new instance of
SCIAxisProviderBase
class.Declaration
Objective-C
- (nonnull instancetype)initWithAxisType:(nonnull Protocol *)axisType;
Parameters
axisType
The type of axis with which this provider will be associated.