Gets or sets the behavior of the chart control.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
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.
RemarksThe property specifies the behavior of the chart and is used when you want to switch to zoom mode and vice versa.
See Also