Back to Devexpress

AxisY Class

corelibraries-devexpress-dot-xtracharts-dc143961.md

latest3.5 KB
Original Source

AxisY Class

Represents the primary Y-axis within a chart control in 2D series, except for the Swift Plot and Swift Point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class AxisY :
    AxisYBase
vb
Public Class AxisY
    Inherits AxisYBase

The following members return AxisY objects:

Remarks

The AxisY class represents the primary axis of values (Y-axis) within a chart control in 2D series (except for the Swift Plot and Swift Point). It inherits properties and methods from the base Axis class, which implements the common axes functionality.

An object of the AxisY type can be accessed via the XYDiagram.AxisY property of an XYDiagram object, which in its turn is exposed via the ChartControl.Diagram property.

A diagram‘s secondary Y-axis is represented by the SecondaryAxisY class. And, for Swift Plot charts, the SwiftPlotDiagramAxisY class provides similar functionality.

For more information, refer to Axes.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D Axis AxisYBase AxisY

See Also

AxisY Members

Axes

AxisX

SecondaryAxisY

SwiftPlotDiagramAxisY

DevExpress.XtraCharts Namespace