Defines values that specify how the component responds to actions performed by the user.
Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms
C#
![]() |
---|
public enum Behavior |
Visual Basic
![]() |
---|
Public Enum Behavior |
Member name | Description | |
---|---|---|
![]() |
AllowXDrag |
The control responds to Drag actions. |
![]() |
AllowXYDrag |
The control responds to Drag actions. |
![]() |
AllowYDrag |
The control responds to Drag actions. |
![]() |
DoNothing |
The control does not respont to actions performed by the user. |
![]() |
ZoomChart |
The control responds to actions performed by the user by zooming the chart. |