XYDiagram2D.GetSeriesAxisY(XYSeries) Method
Gets the value of the XYDiagram2D.SeriesAxisY attached property for a specified series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
series | XYSeries | An XYSeries object that represents the series to which the axis is assigned. |
Returns
Type | Description |
---|---|
SecondaryAxisY2D | A SecondaryAxisY2D object that represents the Y-axis associated with the series. |
See Also