BootstrapChartValueErrorBarSettings.Value Property
Specifies the value to be used for generating error bars.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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:
Object Type | Path to Value |
---|---|
BootstrapChartAreaSeries |
|
BootstrapChartBarSeries |
|
BootstrapChartLineSeries |
|
BootstrapChartScatterSeries |
|
BootstrapChartSeries |
|
BootstrapChartSplineAreaSeries |
|
BootstrapChartSplineSeries |
|
BootstrapChartStepAreaSeries |
|
BootstrapChartStepLineSeries |
|
BootstrapPolarChartAreaSeries |
|
BootstrapPolarChartBarSeries |
|
BootstrapPolarChartLineSeries |
|
BootstrapPolarChartScatterSeries |
|
BootstrapPolarChartSeries |
|
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