iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIAxisDelta
@protocol ISCIAxisDelta <NSObject>
Defines the interface to a Delta type, which defines Major and Minor deltas used by ISCIAxis.
-
Defines the major delta value.
Declaration
Objective-C
@property (nonatomic, strong) id<ISCIComparable> _Nonnull majorDelta;Swift
var majorDelta: any ISCIComparable { get set } -
Defines the minor delta value.
Declaration
Objective-C
@property (nonatomic, strong) id<ISCIComparable> _Nonnull minorDelta;Swift
var minorDelta: any ISCIComparable { get set }
View on GitHub