BootstrapChartConstantLine Class
In This Article
Stores settings of a Chart constant line.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapChartConstantLine :
ConstantLineStyle<BootstrapChartConstantLineLabelSettings>
#Related API Members
The following members return BootstrapChartConstantLine objects:
#Remarks
Setting the BootstrapChartConstantLine.Value property is required for a constant line to be displayed.
#Inheritance
Object
StateManager
CollectionItem
DevExpress.Web.Bootstrap.Internal.JsonCollectionItem
ConstantLineStyle<DevExpress.Web.Bootstrap.BootstrapChartConstantLineLabelSettings>
BootstrapChartConstantLine
See Also