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

XYDiagramSeriesViewBaseModel.AxisX Property

Gets or sets the model of the X-axis assigned to the modeled Cartesian series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions("Layout", 1)]
[UseAsSimpleProperty]
public AxisXBaseModel AxisX { get; set; }

Property Value

Type Description
AxisXBaseModel

The model of the X-axis used to plot the series.

See Also