class swtChartWrapper::ErrorBar

sys::Obj
  swtChartWrapper::ErrorBar

Source

Error bars are associated with a series.

color

Color color

Source

The colour of the error bars. Defaults to Color.black.

lineWidth

Int lineWidth

Source

The width of the line used to draw the error bars.

minusErrors

Float[] minusErrors

Source

An array of the errors to show in the minus (down) direction.

plusErrors

Float[] plusErrors

Source

An array of the errors to show in the plus (up) direction.

type

ErrorBarType type

Source

Indicate which side to draw the error bars. Defaults to ErrorBarType.both.

visible

Bool visible

Source

Indicates if the error bars should be shown. Defaults to false.