BootstrapChartConstantLineCollection Class
A collection of a Chart constant lines.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public class BootstrapChartConstantLineCollection :
Collection<BootstrapChartConstantLine>,
IAxisVizElementCollection
Related API Members
The following members return BootstrapChartConstantLineCollection objects:
Remarks
Each object in the BootstrapChartConstantLineCollection array configures a single constant line. Setting the BootstrapChartConstantLine.Value property is required for a constant line to be displayed.
Inheritance
See Also