SecondaryAxisY2D Class
In This Article
Represents a secondary y-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returned By
The XYDiagram2D.GetSeriesAxisY(XYSeries) method returns an instance of SecondaryAxisY2D.
#Remarks
The SecondaryAxisY2D class represents the secondary axis of values (y-axis).
The collection of the SecondaryAxisY2D objects is represented by the SecondaryAxisYCollection class, which is returned by the XYDiagram2D.SecondaryAxesY property.
The secondary x-axis is represented by the SecondaryAxisX2D class.
#Inheritance
#Extension Methods
See Also