Gets or sets the radius of the area that, when clicked, will be treated as a click to the point that is its center.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public float HitTestOffset { get; set; } |
Visual Basic
![]() |
---|
Public Property HitTestOffset As Single |
A float value. Default is 10.
The property is used by mouse dragging. You can regulate how accurately the user is expected to hit a given point to enable changing its value with mouse dragging.