Skip to main content

BootstrapChartZoomAndPanSettings.DragBoxStyle Property

Configures the box that appears when users zoom the chart by selecting an area with the drag gesture. Applies only if BootstrapChartZoomAndPanSettings.DragToZoom is true.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public DragBoxStyle DragBoxStyle { get; }

Property Value

Type Description
DragBoxStyle

An object of the DragBoxStyle class.

Property Paths

You can access this nested property as listed below:

Object Type Path to DragBoxStyle
BootstrapChart
.SettingsZoomAndPan .DragBoxStyle
See Also