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

XYDiagramModel.AxisX Property

Returns the model of the primary X-axis of the modeled Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public AxisXModel AxisX { get; }

Property Value

Type Description
AxisXModel

The model of the primary X-axis.

See Also