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.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
SwiftPlotDiagramAxisYModel

The model of the primary Y-axis.

See Also