ChartView.AxisXNavigationMode Property
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
public AxisNavigationMode AxisXNavigationMode { get; set; }
Property Value
Type | Description |
---|---|
AxisNavigationMode | The AxisNavigationMode enumeration value that indicates whether scroll/zoom is enabled. |
Available values:
Name | Description |
---|---|
None | Users cannot scroll and zoom the chart along the axis. |
Scrolling | Users can scroll the chart along the axis. |
ScrollingAndZooming | 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