MindFusion.Charting 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
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public enum Behavior

Visual Basic  Copy Code

Public Enumeration Behavior

JavaScript  Copy Code

// enum
Behavior = {}

 Members

  Member name Description

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