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