ChartView.AxisXNavigationMode Property
In This Article
Gets or sets whether a user can scroll and zoom the chart along the X-axis.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public AxisNavigationMode AxisXNavigationMode { get; set; }
#Property Value
Type | Description |
---|---|
Axis |
The Axis |
Available values:
Name | Description |
---|---|
None | Users cannot scroll and zoom the chart along the axis. |
Scrolling | Users can scroll the chart along the axis. |
Scrolling |
Users can scroll and zoom the chart along the axis. |
#Remarks
Use the ScrollIndicatorsEnabled property to specify whether scroll indicators are displayed when a user scrolls the chart.
See Also