SeriesRenderer.HitTest override. Hit-tests the slices representing data items.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public override HitResult HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function HitTest( _ |
A RenderContext instance.
A Point specifying where to look for a tower segment.
A HitResult instance identifying the found data item.
See Also