MindFusion.Charting Programmer's Guide
PieChart.HitTestAngleOffset Property
See Also
 





Gets or sets the deviation, in degrees, that an angle might have and still be considered equal to the nearest pie piece angle.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float HitTestAngleOffset { get; set; }

Visual Basic  Copy Code

Public Property HitTestAngleOffset As Single

 Property Value

A float value. Default is 3f.

 Remarks

The HitTestAngleOffset specifies an angle, in degrees.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting Namespace