A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public BootstrapChartStrip Add(
object startValue,
object endValue
)
Public Function Add(
startValue As Object,
endValue As Object
) As BootstrapChartStrip
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
Feedback