Skip to main content
A newer version of this page is available. .

BootstrapChartConstantLine Class

Stores settings of a Chart constant line.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartConstantLine :
    ConstantLineStyle<BootstrapChartConstantLineLabelSettings>

The following members return BootstrapChartConstantLine objects:

Remarks

BootstrapChart_ConstantLine

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