Skip to main content

CartesianChart.AxisY Property

Provides access to the setting of the Y-axis.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "AxisYPropertyChanged")]
public AxisY AxisY { get; set; }

Property Value

Type Description
AxisY

An AxisY object which represents the Y-axis.

Remarks

For more information on axes, refer to the following topic in the API Reference section: AxisBase.

See Also