Specifies how 3D charts react to mouse input.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public enum Behavior3D |
Visual Basic
![]() |
---|
Public Enum Behavior3D |
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. |