Adds a new constant line to the collection and specifies its value and label text.
Namespace:DevExpress.Web.Bootstrap
Assembly:DevExpress.Web.Bootstrap.v17.2.dll

Syntax
C# |
public BootstrapChartConstantLine Add(
object value,
string labelText
)
|
VB |
Public Function Add(
ByVal value As Object,
ByVal labelText As String
) As BootstrapChartConstantLine
|
Parameters
-
value
-
Type: Object
An object that is the constant value.
-
labelText
-
Type: String
A System.String value specifying the text to display in the constant line label.
Return value
Type:
BootstrapChartConstantLine
A BootstrapChartConstantLine object representing the newly created constant line.

Remarks
Use the Add method to add a new constant line with the specified settings to the BootstrapChartConstantLineCollection object.

See Also