MindFusion.Wpf Pack Programmer's Guide
AxesChart.PointAreaRadius Property
See Also
 





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

 Syntax

C#  Copy Code

public double PointAreaRadius { get; set; }

Visual Basic  Copy Code

Public Property PointAreaRadius As Double

 Property Value

A double value. The default is 10.

 Remarks

The property is used when the control handles mouse input from the user.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace