BootstrapChartStrip(Object, Object) Constructor
Initializes a new instance of the BootstrapChartStrip class with the specified start and end values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| startValue | Object | An object specifying the strip’s start value. |
| endValue | Object | An object specifying the strip’s end value. |
See Also