Skip to main content

SwiftPlotDiagramModel.AxisX Property

Returns the model of the primary X-axis of the modeled Swift Plot diagram.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
SwiftPlotDiagramAxisXModel

The model of the primary X-axis.

See Also