Skip to main content

CartesianChart.ActualAxisX Property

Gets the actual x-axis of the CartesianChart object.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public AxisX ActualAxisX { get; }

#Property Value

Type Description
AxisX

An AxisX object.

See Also