Skip to main content

BootstrapChartConstantLine.Value Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Object null

An object that specifies the value.

See Also