Back to Devexpress

DragBoxStyle Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-2311ec0c.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class DragBoxStyle :
    JsonCollectionItem
vb
Public Class DragBoxStyle
    Inherits 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

DragBoxStyle Members

DevExpress.Web.Bootstrap Namespace