iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIPieHitTestInfoUpdatable
@protocol ISCIPieHitTestInfoUpdatable <ISCICleanable>
Defines the interface with methods for updating hit test related data
-
Gets the parent renderable series
Declaration
Objective-C
@property (nonatomic, readonly) id<ISCIPieRenderableSeries> _Nonnull renderableSeries;Swift
var renderableSeries: any ISCIPieRenderableSeries { get } -
Updates this instance with information provided by
SCIPieHitTestInfoinstance.Declaration
Objective-C
- (void)update:(nonnull SCIPieHitTestInfo *)pieHitTestInfo;Swift
func update(_ pieHitTestInfo: SCIPieHitTestInfo)Parameters
pieHitTestInfoThe results of hit test.
View on GitHub