Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public BootstrapChartStrip Add(
    object startValue,
    object endValue
)

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