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

Pane.CanSetAxisXZoomRatio() Method

Checks whether it is possible to set a custom zoom ratio for the X-axis.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool CanSetAxisXZoomRatio()

Returns

Type Description
Boolean

true if it is allowed to set a custom zoom ratio; otherwise, false.

Remarks

To set a custom zoom ratio for the X-axis, use the Pane.SetAxisXZoomRatio method.

See Also