BootstrapChartStrip.EndValue Property
Along with the BootstrapChartStrip.StartValue option, limits the strip.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue(null)]
public virtual object EndValue { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property EndValue As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An object that specifies the end value. |
See Also
Feedback