MindFusion.Wpf Pack Programmer's Guide
AxesChart.Behavior Property
See Also
 





Gets or sets the behavior of the chart control.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Behavior Behavior { get; set; }

Visual Basic  Copy Code

Public Property Behavior As Behavior

 Property Value

A member of the Behavior enumeration. Default value is DoNothing.

 Remarks

The property specifies the behavior of the chart and is used when you want to switch to zoom mode and vice versa.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace