A newer version of this page is available.
Switch to the current version.
BootstrapChartStrip.StartValue Property
Along with the BootstrapChartStrip.EndValue property, limits the strip.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(null)]
public virtual object StartValue { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property StartValue As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An object that specifies the end value. |
See Also
Feedback