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

SwiftPlotDiagramSecondaryAxisXCollection Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class SwiftPlotDiagramSecondaryAxisXCollection :
    SecondaryAxisCollection

The following members return SwiftPlotDiagramSecondaryAxisXCollection 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 X-axes reside in the collection represented by the SwiftPlotDiagramSecondaryAxisXCollection class, which can be accessed via the SwiftPlotDiagram.SecondaryAxesX property.

The properties and methods exposed by the SwiftPlotDiagramSecondaryAxisXCollection 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 SwiftPlotDiagramAxisX object. Individual secondary X-axes can be accessed using indexer notation.

The collection of secondary Y-axes is represented by the SwiftPlotDiagramSecondaryAxisYCollection class.

For more information, refer to Primary and Secondary Axes.

See Also