Back to Devexpress

BootstrapChartConstantLine Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-1f329b5a.md

latest2.0 KB
Original Source

BootstrapChartConstantLine Class

Stores settings of a Chart constant line.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartConstantLine :
    ConstantLineStyle<BootstrapChartConstantLineLabelSettings>
vb
Public Class BootstrapChartConstantLine
    Inherits ConstantLineStyle(Of BootstrapChartConstantLineLabelSettings)

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

BootstrapChartConstantLine Members

Chart

DevExpress.Web.Bootstrap Namespace