Gets or sets a value indicating how the control responds to user actions.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Behavior Behavior { get; set; } |
Visual Basic
![]() |
---|
Public Property Behavior As Behavior |
One of the Behavior Enumeration values. The default is Behavior.DoNothing.
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".