ChartView.ScrollIndicatorsEnabled Property
In This Article
Gets or sets whether scroll indicators are displayed when a user scrolls the chart.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public bool ScrollIndicatorsEnabled { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, if scroll indicators are enabled; otherwise, false. |
See Also