Skip to main content

Pane.CanSetAxisYZoomRatio() Method

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.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 pane Y-axis, use the Pane.SetAxisYZoomRatio method.

See Also