Back to Devexpress

SwiftPlotDiagramSecondaryAxisY Class

corelibraries-devexpress-dot-xtracharts-6e77af5b.md

latest4.3 KB
Original Source

SwiftPlotDiagramSecondaryAxisY Class

Represents the secondary 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 SwiftPlotDiagramSecondaryAxisY :
    SwiftPlotDiagramAxisYBase,
    ISupportInitialize,
    IXtraSerializable,
    ISupportID
vb
Public Class SwiftPlotDiagramSecondaryAxisY
    Inherits SwiftPlotDiagramAxisYBase
    Implements ISupportInitialize,
               IXtraSerializable,
               ISupportID

The following members return SwiftPlotDiagramSecondaryAxisY objects:

Remarks

The SwiftPlotDiagramSecondaryAxisY class represents the secondary 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.

The collection of the SwiftPlotDiagramSecondaryAxisY objects is represented by the SwiftPlotDiagramSecondaryAxisYCollection class, and it can be accessed via the SwiftPlotDiagram.SecondaryAxesY property of a SwiftPlotDiagram object, which in its turn is exposed via the ChartControl.Diagram property.

A Swift Plot Diagram‘s primary Y-axis is represented by the SwiftPlotDiagramAxisY class.

Implements

IXtraSupportDeserializeCollectionItem

IXtraSerializable

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisYBase SwiftPlotDiagramSecondaryAxisY

See Also

SwiftPlotDiagramSecondaryAxisY Members

SwiftPlotDiagramSecondaryAxisYCollection

SwiftPlotDiagramSecondaryAxisX

SwiftPlotDiagramAxisY

DevExpress.XtraCharts Namespace