MindFusion.Charting Programmer's Guide

AxesChart.Behavior Property

See Also
 





Gets or sets the behavior of the chart.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Behavior Behavior { get; set; }

Visual Basic  Copy Code

Public ReadOnly Property Behavior As Behavior

 Property Value

One of the Behavior enumeration values. Default value is Behavior.DoNothing.

 Remarks

Use the property to put the chart into zoom mode or set it back to non-interactive mode.

 See Also