MindFusion.Wpf Pack Programmer's Guide
Behavior3D Enumeration
See Also
 





Specifies how 3D charts react to mouse input.

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

 Syntax

C#  Copy Code

public enum Behavior3D

Visual Basic  Copy Code

Public Enum Behavior3D

 Members

  Member name Description

ChangePerspective

Indicates that the mouse input adjust the camera location and direction.

ChangeValue

Indicates that mouse clicks adjust the displayed data, by adding, decreasing or increasing values depending on the clicked mouse button and the chart type.

DoNothing

Indicates that the mouse input has no effect.

 See Also

MindFusion.Charting.Wpf Namespace