Skip to main content
A newer version of this page is available. .

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

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