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;Swift
var renderableSeries: any ISCIRenderableSeries3D { get } -
Updates this instance with information provided by
hitTestInfoinstance.Declaration
Objective-C
- (void)update:(nonnull SCIHitTestInfo3D *)hitTestInfo;Swift
func update(_ hitTestInfo: SCIHitTestInfo3D)Parameters
hitTestInfoThe results of hit test.
View on GitHub