MindFusion WinForms Programmer's Guide
AxesChart.Behavior Property
See Also
 





Gets or sets a value indicating how the control responds to user actions.

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

 Syntax

C#  Copy Code

public Behavior Behavior { get; set; }

Visual Basic  Copy Code

Public Property Behavior As Behavior

 Property Value

One of the Behavior Enumeration values. The default is Behavior.DoNothing.

 Remarks

The values of the Behavior enumeration allow bitwise combining. For example, when you want to allow a point of a line chart to be dragged in any direction you should set the property to "AllowXDrag | AllowYDrag".

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace