Gets or sets a value indicating how the chart control responds to actions with the mouse. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Behavior3D Behavior { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Behavior As Behavior3D |
A member of the Behavior3D enumeration. The default is ChangePerspective.
See Also