Back to Devexpress

XYDiagram2D.GetSeriesAxisY(XYSeries) Method

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-dot-getseriesaxisy-x28-devexpress-dot-xpf-dot-charts-dot-xyseries-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public static SecondaryAxisY2D GetSeriesAxisY(
    XYSeries series
)
vb
<Browsable(False)>
Public Shared Function GetSeriesAxisY(
    series As XYSeries
) As SecondaryAxisY2D

Parameters

NameTypeDescription
seriesXYSeries

An XYSeries object that represents the series to which the axis is assigned.

|

Returns

TypeDescription
SecondaryAxisY2D

A SecondaryAxisY2D object that represents the Y-axis associated with the series.

|

See Also

GetSeriesAxisX(XYSeries)

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace