Skip to main content

BootstrapChartStrip.StartValue Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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