BootstrapChartStripCollection.Add(Object, Object) Method
Adds a new strip to the collection and specifies the strips’s start and end values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.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. |
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