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

IXYDiagram2D.SecondaryAxesX Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

SecondaryAxisCollection SecondaryAxesX { get; }

Property Value

Type Description
SecondaryAxisCollection

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

See Also