
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;
-
Updates this instance with information provided by
SCIPieHitTestInfo
instance.Declaration
Objective-C
- (void)update:(nonnull SCIPieHitTestInfo *)pieHitTestInfo;
Parameters
pieHitTestInfo
The results of hit test.