ChartSeriesErrorBarsProps
Represents the props of the KendoReact ChartSeriesErrorBars component.
Name | Type | Default | Description |
---|---|---|---|
color? |
|
The color of the error bars. Accepts a valid CSS color string, including hex and rgb. | |
endCaps? |
|
If set to | |
line? |
|
The error bars line options. | |
value? |
|
The error bars value (see example). The value option is supported when series.type is set to The following value types are supported:
| |
visual? |
|
A function that for creating custom visuals for the error bars. The available argument fields are:
| |
xValue? |
|
The value of the For a list of the supported value types, refer to the | |
yValue? |
|
The value of the For a list of supported value types, refer to the |