
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIIndexProviderBase
@interface SCIIndexProviderBase : NSObject <ISCIIndexDataProvider>
An abstract base class to define an IndexProvider
implementations.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Requests invalidation of
ISCIIndexCalculator
returned byISCIIndexDataProvider.currentIndexCalculator
.Declaration
Objective-C
- (void)invalidateIndexCalculator;