Skip to main content

Chart3DControl.ZoomPercent Property

Gets or sets the scaling applied to the chart.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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