SecondaryAxisXCollection Class
In This Article
Represents a collection that stores secondary x-axes of a particular XYDiagram2D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
public class SecondaryAxisXCollection :
ChartElementCollection<SecondaryAxisX2D>,
IEnumerable<IAxisData>,
IEnumerable
#Returned By
The XYDiagram2D.SecondaryAxesX property returns an instance of SecondaryAxisXCollection.
#Remarks
The secondary axes of a diagram reside in the collection represented by the SecondaryAxisXCollection class, which can be accessed via the XYDiagram2D.SecondaryAxesX property. Each collection item is represented by a SecondaryAxisX2D object.
The collection of secondary y-axes is represented by the SecondaryAxisYCollection class.
#Inheritance
See Also