corelibraries-devexpress-dot-xtracharts-e55a97bc.md
Represents a collection that stores individual secondary X-axes of a particular Swift Plot Diagram.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class SwiftPlotDiagramSecondaryAxisXCollection :
SecondaryAxisCollection
Public Class SwiftPlotDiagramSecondaryAxisXCollection
Inherits SecondaryAxisCollection
The following members return SwiftPlotDiagramSecondaryAxisXCollection objects:
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.
Object CollectionBase ChartCollectionBase ChartElementNamedCollection SecondaryAxisCollection SwiftPlotDiagramSecondaryAxisXCollection
See Also
SwiftPlotDiagramSecondaryAxisXCollection Members
SwiftPlotDiagramSecondaryAxisX