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

Pane.CanSetAxisYZoomRatio() Method

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

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool CanSetAxisYZoomRatio()

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 pane Y-axis, use the Pane.SetAxisYZoomRatio method.

See Also