Skip to main content

XYDiagramModel.AxisX Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
AxisXModel

The model of the primary X-axis.

See Also