A newer version of this page is available.
Switch to the current version.
BootstrapChartConstantLineCollection Class
A collection of a Chart constant lines.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
public class BootstrapChartConstantLineCollection :
Collection<BootstrapChartConstantLine>,
IAxisVizElementCollection
Public Class BootstrapChartConstantLineCollection
Inherits Collection(Of BootstrapChartConstantLine)
Implements IAxisVizElementCollection
Related API Members
The following members accept/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
Feedback