Skip to main content

ChartView.ScrollIndicatorsEnabled Property

Gets or sets whether scroll indicators are displayed when a user scrolls the chart. This is a bindable property.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public bool ScrollIndicatorsEnabled { get; set; }

Property Value

Type Default Description
Boolean true

true if scroll indicators are enabled; otherwise, false.

See Also