aspnetbootstrap-devexpress-dot-web-dot-bootstrap-a79c1612.md
A collection of a Chart constant lines.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartConstantLineCollection :
Collection<BootstrapChartConstantLine>,
IAxisVizElementCollection
Public Class BootstrapChartConstantLineCollection
Inherits Collection(Of BootstrapChartConstantLine)
Implements IAxisVizElementCollection
The following members return BootstrapChartConstantLineCollection objects:
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.
Object StateManagedCollectionBase Collection Collection<BootstrapChartConstantLine> BootstrapChartConstantLineCollection
See Also