A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public class DragBoxStyle :
JsonCollectionItem
Public Class DragBoxStyle
Inherits JsonCollectionItem
Related API Members
The following members accept/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
Feedback