MindFusion.Charting for Silverlight 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.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double PointAreaRadius { get; set; }

Visual Basic  Copy Code

Public Property PointAreaRadius As Double

 Property Value

A double value. Default is 10.

 Remarks

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.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace