ASP.NET Pack Programmer's Guide
Behavior Enumeration
See Also
 





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

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public enum Behavior

Visual Basic  Copy Code

Public Enum Behavior

 Members

  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.

 See Also

MindFusion.Charting.WebForms Namespace