Skip to main content

SwiftPlotSeriesViewBaseModel.AxisY Property

Gets or sets the model of the Y-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 SwiftPlotDiagramAxisYBaseModel AxisY { get; set; }

Property Value

Type Description
SwiftPlotDiagramAxisYBaseModel

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

See Also