Skip to main content
A newer version of this page is available. .

Chart3DControl.ZoomPercent Property

Gets or sets the scaling applied to the chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double ZoomPercent { get; set; }

Property Value

Type Description
Double

The scaling coefficient, as a percentage. The value should be within the range 1:500.

See Also