Back to Devexpress

SwiftPlotDiagramSecondaryAxisXCollection Class

corelibraries-devexpress-dot-xtracharts-e55a97bc.md

latest3.4 KB
Original Source

SwiftPlotDiagramSecondaryAxisXCollection Class

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

Declaration

csharp
public class SwiftPlotDiagramSecondaryAxisXCollection :
    SecondaryAxisCollection
vb
Public Class SwiftPlotDiagramSecondaryAxisXCollection
    Inherits 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.

Inheritance

Object CollectionBase ChartCollectionBase ChartElementNamedCollection SecondaryAxisCollection SwiftPlotDiagramSecondaryAxisXCollection

See Also

SwiftPlotDiagramSecondaryAxisXCollection Members

SwiftPlotDiagramSecondaryAxisX

SwiftPlotDiagramSecondaryAxisYCollection

Primary and Secondary Axes

DevExpress.XtraCharts Namespace