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.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public double PointAreaRadius { get; set; } |
Visual Basic Copy Code |
---|
Public Property PointAreaRadius As Double |
A double value. The default is 10.
The property is used when the control handles mouse input from the user.