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

SwiftPlotDiagramModel.AxisY Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public SwiftPlotDiagramAxisYModel AxisY { get; }

Property Value

Type Description
SwiftPlotDiagramAxisYModel

The model of the primary Y-axis.

See Also