Back to Devexpress

IXYDiagram2D.SecondaryAxesX Property

corelibraries-devexpress-dot-xtracharts-dot-ixydiagram2d-97e62611.md

latest1.3 KB
Original Source

IXYDiagram2D.SecondaryAxesX Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
SecondaryAxisCollection

A SecondaryAxisXCollection object, that is a collection of secondary X-axes.

|

See Also

IXYDiagram2D Interface

IXYDiagram2D Members

DevExpress.XtraCharts Namespace