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

BootstrapChartConstantLine(Object, String) Constructor

Initializes a new instance of the BootstrapChartConstantLine class with the specified value and label text.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapChartConstantLine(
    object value,
    string labelText
)

Parameters

Name Type Description
value Object

An object that is the constant value.

labelText String

A String value specifying the text to display in the constant line label.

See Also