BootstrapChartBuilder.ScrollingMode(ChartPointerType) Method
In This Article
OBSOLETE
Use the series' Settings
Enables a scrolling capability in a BootstrapChartBuilder and specifies a pointer type used for scrolling.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
[Obsolete("Use the series' SettingsZoomAndPan method instead.")]
[Browsable(false)]
public BootstrapChartBuilder ScrollingMode(
ChartPointerType scrollingMode
)
#Parameters
Name | Type |
---|---|
scrolling |
Chart |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also