
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCICleanable
@protocol ISCICleanable <NSObject>
Defines a methods which allow to clean current state of object.
-
Clears the current state of this object.
Declaration
Objective-C
- (void)clear;