Back to Devexpress

AxisYBase Class

corelibraries-devexpress-dot-xtracharts-4159ef59.md

latest3.0 KB
Original Source

AxisYBase Class

Represents the base class for classes that provide the common Y-axis functionality in 2D series views, except for the Swift Plot and Swift Point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class AxisYBase :
    Axis
vb
Public MustInherit Class AxisYBase
    Inherits Axis

The following members return AxisYBase objects:

Remarks

The AxisYBase serves as a base class both for primary and secondary Y-axes of 2D series, except for the Swift Plot and Swift Point, for which the SwiftPlotDiagramAxisYBase class provides a similar functionality.

For the X-axis, a similar functionality is provided by the AxisXBase class.

For more information, refer to Axes.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D Axis AxisYBase AxisY

SecondaryAxisY

See Also

AxisYBase Members

Axes

AxisXBase

SwiftPlotDiagramAxisYBase

DevExpress.XtraCharts Namespace