Skip to main content

BootstrapChartConstantLineCollection Class

A collection of a Chart constant lines.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartConstantLineCollection :
    Collection<BootstrapChartConstantLine>,
    IAxisVizElementCollection

The following members return BootstrapChartConstantLineCollection objects:

Remarks

BootstrapChart_ConstantLine

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