A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public DragBoxStyle DragBoxStyle { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property DragBoxStyle As DragBoxStyle
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
Feedback