iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIHitTestInfo
@protocol ISCIHitTestInfo <ISCICleanable>
Defines a base protocol for SCIHitTestInfo
.
-
Gets the value indicating whether this
ISCIHitTestInfo
is empty or not.Declaration
Objective-C
@property (nonatomic) BOOL isEmpty;
Swift
var isEmpty: Bool { get set }