DragBoxStyle Class
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
Related API Members
The following members return DragBoxStyle objects:
Remarks
Use the DragBoxStyle.Color property to set the drag box’ color and the DragBoxStyle.Opacity property to specify the drag box’s transparency.
Inheritance
Object
StateManager
CollectionItem
DevExpress.Web.Bootstrap.Internal.JsonCollectionItem
DragBoxStyle
See Also