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

BootstrapChartConstantLine.Value Property

Specifies the value indicated by a constant line. Setting this option is required.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(null)]
public virtual object Value { get; set; }

Property Value

Type Default Description
Object *null*

An object that specifies the value.

See Also