Defines values that specify how the component responds to actions performed by the user.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public enum Behavior |
Visual Basic
![]() |
---|
Public Enum Behavior |
Member name | Description | |
---|---|---|
![]() |
AllowXDrag |
Allows dragging of chart points along the X-axis. |
![]() |
AllowYDrag |
Allows dragging of chart points along the Y-axis. |
![]() |
DoNothing |
The control does not respond to user interactions with the mouse. |
![]() |
ZoomChart |
The control zooms the area selected with the mouse. |
The members of the enumeration allow bitwise combining.