Gets or sets the scale factor of the chart. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double Scale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Scale As Double |
A double value. The default is 200.
RemarksYou 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