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





Gets or sets the diviation, in angles, at which a mouse click shall be considered a click at the nearest pie border.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 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 property indicates the angle, in degrees.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace