PivotChartSeriesErrorSettingsModel

10 Oct 20251 minute to read

Interface for a class PivotChartSeriesErrorSettings

Properties

color string

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

direction ErrorBarDirection

Allows to set 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 PivotChartErrorBarCapSettingsModel

Allows options for customizing the cap of the error bar.

horizontalError number

Allows to set the horizontal error of the error bar.

horizontalNegativeError number

Allows to set the horizontal negative error of the error bar.

horizontalPositiveError number

Allows to set the horizontal positive error of the error bar.

mode ErrorBarMode

Allows to set 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

Allows to set 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

Allows to set the vertical error of the error bar.

verticalNegativeError number

Allows to set the vertical negative error of the error bar.

verticalPositiveError number

Allows to set the vertical positive error of the error bar.

visible boolean

If set true, error bar for data gets rendered.

width number

Allows to set the stroke width of the error bar.