Back to Devexpress

BootstrapChartConstantLineCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-a79c1612.md

latest2.4 KB
Original Source

BootstrapChartConstantLineCollection Class

A collection of a Chart constant lines.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartConstantLineCollection :
    Collection<BootstrapChartConstantLine>,
    IAxisVizElementCollection
vb
Public Class BootstrapChartConstantLineCollection
    Inherits Collection(Of BootstrapChartConstantLine)
    Implements IAxisVizElementCollection

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

Object StateManagedCollectionBase Collection Collection<BootstrapChartConstantLine> BootstrapChartConstantLineCollection

See Also

BootstrapChartConstantLineCollection Members

Chart

DevExpress.Web.Bootstrap Namespace