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





Gets or sets whether the user can change the values of two adjacent pie pieces by dragging their common border.

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

 Syntax

C#  Copy Code

public bool AllowEdit { get; set; }

Visual Basic  Copy Code

Public Property AllowEdit As Boolean

 Property Value

 Remarks

true if mouse dragging is enabled; false if it is not. The default is false.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace