BootstrapChartConstantLine Constructors
Stores settings of a Chart constant line.Name | Parameters | Description |
---|---|---|
BootstrapChartConstantLine() | none | Initializes a new instance of the BootstrapChartConstantLine class with default settings. |
BootstrapChartConstantLine(Object, String) | value, labelText | Initializes a new instance of the BootstrapChartConstantLine class with the specified value and label text. |
BootstrapChartConstantLine(Object) | value | Initializes a new instance of the BootstrapChartConstantLine class with the specified value. |
See Also