ChartView.AxisX Property
Provides access to the chart’s x-axis (axis of values). This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
public AxisX AxisX { get; set; }
#Property Value
Type | Description |
---|---|
Axis |
The axis of values. |