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

BootstrapChartStrip.StartValue Property

Along with the BootstrapChartStrip.EndValue property, limits the strip.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Object *null*

An object that specifies the end value.

See Also