Back to Devexpress

IXYDiagram2D.SecondaryAxesY Property

corelibraries-devexpress-dot-xtracharts-dot-ixydiagram2d-46e993a0.md

latest1.3 KB
Original Source

IXYDiagram2D.SecondaryAxesY Property

If implemented by a class, gets the diagram’s collection of secondary Y-axes.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
SecondaryAxisCollection SecondaryAxesY { get; }
vb
ReadOnly Property SecondaryAxesY As SecondaryAxisCollection

Property Value

TypeDescription
SecondaryAxisCollection

A SecondaryAxisYCollection object, that is a collection of secondary Y-axes.

|

See Also

IXYDiagram2D Interface

IXYDiagram2D Members

DevExpress.XtraCharts Namespace