Gets or sets the behavior of the chart control.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Behavior Behavior { get; set; } |
Visual Basic Copy Code |
---|
Public Property Behavior As Behavior |
A member of the Behavior enumeration. Default value is DoNothing.
The property specifies the behavior of the chart and is used when you want to switch to zoom mode and vice versa.