Search results

ErrorBarCapSettings API in JavaScript (ES5) Chart API control

The ErrorBarCapSettings class provides options to customize the appearance and behavior of error bars in a series.

Properties

color

string

The stroke color of the cap, which accepts values in hex or rgba as valid CSS color strings.

Defaults to null

length

number

The length of the caps on the error bars, measured in pixels.

Defaults to 10

opacity

number

The opacity of the error bar caps in the chart.

Defaults to 1

width

number

The width of the error bar cap in pixels.

Defaults to 1