Skip to main content

AxisXRange Class

Contains the settings that define the range displayed by the X axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class AxisXRange :
    AxisRange

Remarks

The AxisXRange class contains range settings for an axis of the AxisX type. The AxisXRange class inherits properties and methods from the base AxisRange class which define the common range settings of axes. Please see the AxisRange class’s description for more information on the available main settings.

An object of the AxisXRange type can be accessed via the AxisBase.VisualRange and AxisBase.WholeRange properties of an axis of the AxisX type which in its turn is exposed via the XYDiagram.AxisX property of the XYDiagram object.

See Also