Skip to main content
A newer version of this page is available. .

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

Declaration

[Browsable(false)]
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