Gets or sets the radius of the area that, if clicked, will be considered for a click at the chart point, which is its center.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double PointAreaRadius { get; set; } |
Visual Basic
![]() |
---|
Public Property PointAreaRadius As Double |
A double value. Default is 10.
The property is used in hit testing a given point. If the mouse is within PointAreaRadius distance of the point it is considered to be placed at the point.