BootstrapChartStripCollection.Add(Object, Object, String) Method
Adds a new strip to the collection and specifies the strips’s start value, end value, and label text.
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. |
| labelText | String | A String value specifying the text to display in the strip’s label. |
Returns
| Type | Description |
|---|---|
| BootstrapChartStrip | A BootstrapChartStrip object representing the newly created strip. |
Remarks
Use the Add method to add a new strip with the specified settings to the BootstrapChartStripCollection object.
See Also