Skip to main content

BootstrapChartConstantLine Class

Stores settings of a Chart constant line.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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