Skip to main content

BootstrapChartValueErrorBarSettings.Value Property

Specifies the value to be used for generating error bars.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(decimal), "1")]
public decimal Value { get; set; }

Property Value

Type Default Description
Decimal "1"

An integer number that specifies the value.

Property Paths

You can access this nested property as listed below:

Remarks

Depending on the value of the BootstrapChartValueErrorBarSettings.Type property, the Value option applies as follows.

Type Value
Percent The value option specifies the percentage of the series point value to be taken.
StdError The value option multiplies the calculated standard error.
StdDeviation The value option multiplies the calculated standard deviation.
Variance The value option multiplies the calculated variance.
Fixed The value option specifies constant error bar values.
See Also