Skip to main content

ChartView.ScrollIndicatorsEnabled Property

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

public bool ScrollIndicatorsEnabled { get; set; }

Property Value

Type Description
Boolean

true, if scroll indicators are enabled; otherwise, false.

See Also