Skip to main content

SwiftPlotSeriesViewBaseModel.AxisX Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
SwiftPlotDiagramAxisXBaseModel

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

See Also