Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class DragBoxStyle :
    JsonCollectionItem

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