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.2.dll
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 |
|
See Also