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

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

Declaration

public BootstrapChartStrip(
    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.

See Also