Back to Devexpress

SwiftPlotDiagramAxisY Class

corelibraries-devexpress-dot-xtracharts-353abcf6.md

latest3.3 KB
Original Source

SwiftPlotDiagramAxisY Class

Represents the primary Y-axis within Swift Plot and Swift Point charts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SwiftPlotDiagramAxisY :
    SwiftPlotDiagramAxisYBase
vb
Public Class SwiftPlotDiagramAxisY
    Inherits SwiftPlotDiagramAxisYBase

The following members return SwiftPlotDiagramAxisY objects:

Remarks

The SwiftPlotDiagramAxisY class represents the primary axis of values (Y-axis) within Swift Plot and Swift Point charts. It inherits properties and methods from the base SwiftPlotDiagramAxisYBase class, which implements the common Y-axes functionality.

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

A Swift Plot Diagram‘s secondary Y-axis is represented by the SwiftPlotDiagramSecondaryAxisY class.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisYBase SwiftPlotDiagramAxisY

See Also

SwiftPlotDiagramAxisY Members

SwiftPlotDiagramAxisX

SwiftPlotDiagramSecondaryAxisY

DevExpress.XtraCharts Namespace