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





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

 Syntax

C#  Copy Code

public Behavior3D Behavior { get; set; }

Visual Basic  Copy Code

Public Property Behavior As Behavior3D

 Property Value

A member of the Behavior3D enumeration. The default is ChangePerspective.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace