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

BootstrapChartStrip(Object, Object, String) Constructor

Initializes a new instance of the BootstrapChartStrip class with the specified settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapChartStrip(
    object startValue,
    object endValue,
    string labelText
)

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.

See Also