Skip to main content

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.v14.2.dll

#Declaration

public static SecondaryAxisY2D GetSeriesAxisY(
    XYSeries series
)

#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