iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIEmptyIndexCalculator
@interface SCIEmptyIndexCalculator : NSObject <ISCIIndexCalculator>
Defines ISCIIndexCalculator
for case when there is not enough index data to perform proper calculation.
In this case we reinterpret value as index and vice versa.
-
Gets the shared
SCIEmptyIndexCalculator
instance.Declaration
Objective-C
+ (nonnull instancetype)sharedInstance;
Swift
class func sharedInstance() -> Self