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
C# Copy Code |
---|
public bool AllowCameraInteraction { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowCameraInteraction As Boolean |
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.
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.