BootstrapChartValueErrorBarSettings.EdgeLength Property
Specifies the length of the lines that indicate the error bar edges.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 8 | An integer number that specifies the length. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to EdgeLength |
---|---|
BootstrapChartAreaSeries |
|
BootstrapChartBarSeries |
|
BootstrapChartLineSeries |
|
BootstrapChartScatterSeries |
|
BootstrapChartSeries |
|
BootstrapChartSplineAreaSeries |
|
BootstrapChartSplineSeries |
|
BootstrapChartStepAreaSeries |
|
BootstrapChartStepLineSeries |
|
BootstrapPolarChartAreaSeries |
|
BootstrapPolarChartBarSeries |
|
BootstrapPolarChartLineSeries |
|
BootstrapPolarChartScatterSeries |
|
BootstrapPolarChartSeries |
|
See Also