Skip to main content

XYDiagram2D.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.v23.2.dll

NuGet Package: 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 XYDiagram2D.SetAxisXZoomRatio method.

See Also