iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIDataDistributionProvider
@protocol ISCIDataDistributionProvider <NSObject>
Defines the protocol with methods for tracking order of data.
-
Gets the value indicating whether the data is sorted in ascending order.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isDataSortedAscending;
Swift
var isDataSortedAscending: Bool { get }
-
Gets the value indicating whether the data is evenly spaced.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isDataEvenlySpaced;
Swift
var isDataEvenlySpaced: Bool { get }
-
Get the value indicating whether the data contains
NaN
values.Declaration
Objective-C
@property (nonatomic, readonly) BOOL isDataContainsNaN;
Swift
var isDataContainsNaN: Bool { get }