Skip to main content

DXChart.ScrollIndicatorsEnabled Property

Gets or sets whether axes show their scroll indicators when users scroll through them.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public virtual bool ScrollIndicatorsEnabled { get; set; }

Property Value

Type Description
Boolean

true if axes show their scroll indicators when users scroll through them; otherwise false.

See Also