A newer version of this page is available.
Switch to the current version.
BootstrapChartConstantLine.Value Property
Specifies the value indicated by a constant line. Setting this option is required.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(null)]
public virtual object Value { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property Value As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An object that specifies the value. |
See Also
Feedback