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