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





Gets or sets the scale factor of the chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public double Scale { get; set; }

Visual Basic  Copy Code

Public Property Scale As Double

 Property Value

A double value. The default is 200.

 Remarks

You can scale the chart interactively by setting AllowCameraInteraction to true and then drag the mouse over the chart while the right mouse button is pressed.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace