New to Kendo UI for AngularStart a free 30-day trial

SeriesErrorBars

Represents the configuration options of the series error bars.

NameTypeDefaultDescription

color?

string

Specifies the color of the error bars. Accepts a valid CSS color string, including HEX and RGB.

endCaps?

boolean

If set to false, the caps of the error bars are not displayed. By default, the caps are visible.

line?

ErrorBarLine

Specifies the error bars line options.

value?

string | number | [number, number] | (e: ErrorBarsValueArgs) => [number, number]

Specifies the error bars value. Supports the value option when series.type is set to "bar", "column", "line", or "area".

Supports the following value types:

  • "stderr"—The standard error of the series values will be used to calculate the point low and

high values.

  • "stddev(n)"—The standard deviation of the series values will be used to calculate the point low

and high values. Between the parentheses, a number can be specified that will be multiplied by the calculated standard deviation.

  • "percentage(n)"—A percentage of the point value.
  • A number that will be subtracted or added to the point value.
  • An array that holds the low and high difference from the point value.
  • A function that returns the errorBars point value.

visual?

(e: ErrorBarsVisualArgs) => Element

Specifies a function for creating custom visuals for the error bars.

xValue?

string

Specifies the value of the xAxis error bars. For a list of the supported value types, refer to the series.errorBars.value option. Supports the xValue option when series.type is set to "scatter", "scatterLine", or "bubble".

yValue?

string

Specifies the value of the yAxis error bars. For a list of supported value types, refer to the series.errorBars.value option. Supports the yValue option when series.type is set to "scatter", "scatterLine", or "bubble".

Not finding the help you need?
Contact Support