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

Pane.SetAxisXRange(AxisRangePositions) Method

Sets a custom range for the X-axis pane.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public void SetAxisXRange(
    AxisRangePositions positions
)

Parameters

Name Type Description
positions DevExpress.Xpf.Charts.AxisRangePositions

A DevExpress.Xpf.Charts.AxisRangePositions object containing positions of a new axis range.

Remarks

To verify whether it is possible to set a custom range for the X-axis, call the Pane.CanSetAxisXRange method before calling the SetAxisXRange method.

See Also