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

NuGet Package: DevExpress.Wpf.Charts

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