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

AxisYRange Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class AxisYRange :
    AxisRange

Remarks

The AxisYRange class contains range settings for an axis of the AxisY type. The AxisYRange 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 AxisYRange type can be accessed via the AxisBase.WholeRange and AxisBase.VisualRange properties of an axis of the AxisY type which in its turn is exposed via the XYDiagram.AxisY property of the XYDiagram object.

See Also