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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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