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

SwiftPlotDiagramSecondaryAxisYCollection Class

Represents a collection that stores individual secondary Y-axes of a particular Swift Plot Diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SwiftPlotDiagramSecondaryAxisYCollection :
    SecondaryAxisCollection

The following members return SwiftPlotDiagramSecondaryAxisYCollection objects:

Remarks

In addition to the primary axes, for a Swift Plot Diagram, an unlimited number of secondary axes can be created, as well. Secondary Y-axes reside in the collection represented by the SwiftPlotDiagramSecondaryAxisYCollection class, which can be accessed via the SwiftPlotDiagram.SecondaryAxesY property.

The properties and methods exposed by the SwiftPlotDiagramSecondaryAxisYCollection class can be used to perform common collection operations such as adding new or deleting the existing items. Each collection item is represented by a SwiftPlotDiagramAxisY object. Individual secondary Y-axes can be accessed using indexer notation.

The collection of secondary X-axes is represented by the SwiftPlotDiagramSecondaryAxisXCollection class.

For more information, refer to Primary and Secondary Axes.

See Also