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

XYDiagram2D.CanSetAxisYZoomRatio() Method

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

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

See Also