Skip to main content

CartesianChart.AxisY Property

Provides access to the setting of the Y-axis.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public AxisY AxisY { get; set; }

Property Value

Type Description
AxisY

An AxisY object which represents the Y-axis.

Remarks

For more information on axes, see the Axis topic.

See Also