MindFusion WinForms Programmer's Guide
Behavior Enumeration
See Also
 





Defines values that specify how the component responds to actions performed by the user.

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

 Syntax

C#  Copy Code

public enum Behavior

Visual Basic  Copy Code

Public Enum Behavior

 Members

  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.

 Remarks

The members of the enumeration allow bitwise combining.

 See Also

MindFusion.Charting.WinForms Namespace