Search results

ErrorBarSettingsModel API in JavaScript Chart API control

Interface for a class ErrorBarSettings

Properties

color

string

The color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.

direction

ErrorBarDirection

The direction of the error bar . They are

  • both - Renders both direction of error bar.
  • minus - Renders minus direction of error bar.
  • plus - Renders plus direction error bar.

errorBarCap

ErrorBarCapSettingsModel

Options for customizing the cap of the error bar.

errorBarColorMapping

string

Defines the color for the error bar, which is mapped with the mapping name of the data source.

horizontalError

number | string

The horizontal error of the point can be mapped from the data source as well.

horizontalNegativeError

number | string

The horizontal negative error of the point can be mapped from the data source as well.

horizontalPositiveError

number | string

The horizontal positive error of the point can be mapped from the data source as well.

mode

ErrorBarMode

The mode of the error bar . They are

  • Vertical - Renders a vertical error bar.
  • Horizontal - Renders a horizontal error bar.
  • Both - Renders both side error bar.

type

ErrorBarType

The type of the error bar . They are

  • Fixed - Renders a fixed type error bar.
  • Percentage - Renders a percentage type error bar.
  • StandardDeviation - Renders a standard deviation type error bar.
  • StandardError -Renders a standard error type error bar.
  • Custom -Renders a custom type error bar.

verticalError

number | string

The vertical error of the point can be mapped from the data source as well.

verticalNegativeError

number | string

The vertical negative error of the point can be mapped from the data source as well.

verticalPositiveError

number | string

The vertical positive error of the point can be mapped from the data source as well.

visible

boolean

If set true, error bar for data gets rendered.

width

number

The stroke width of the error bar..