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





Gets or sets a value indicating whether the position of the camera changes when the users clicks at the chart and drags with the mouse. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AllowCameraInteraction { get; set; }

Visual Basic  Copy Code

Public Property AllowCameraInteraction As Boolean

 Property Value

true if the camera changes position when the user clicks with the mouse at the chart and drags it; otherwise, false. The default is true.

 Remarks

When the AllowCameraInteraction is enabled and the user drags with the left mouse button the camera changes its position. If they drag with the right mouse button the chart is scaled.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace