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

XYDiagramModel.SecondaryAxesX Property

Returns the model of the secondary X-axis collection of the modeled Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[Browsable(false)]
public SecondaryAxisXCollectionModel SecondaryAxesX { get; }

Property Value

Type Description
SecondaryAxisXCollectionModel

The model of the secondary X-axis collection.

See Also