
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIHitTestInfoUpdatable3D
@protocol ISCIHitTestInfoUpdatable3D <ISCICleanable>
Defines the protocol with methods for updating hit test related data.
-
Gets the parent renderable series..
Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIRenderableSeries3D> _Nonnull renderableSeries;
-
Updates this instance with information provided by
hitTestInfo
instance.Declaration
Objective-C
- (void)update:(nonnull SCIHitTestInfo3D *)hitTestInfo;
Parameters
hitTestInfo
The results of hit test.