Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

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