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

XYDiagramSeriesViewBaseModel.AxisY Property

Gets or sets the model of the Y-axis assigned to the modeled Cartesian series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
AxisYBaseModel

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

See Also