class swtChartWrapper::ErrorBar
sys::Obj swtChartWrapper::ErrorBar
Error bars are associated with a series.
- color
-
Color color
The colour of the error bars. Defaults to
Color.black
. - lineWidth
-
Int lineWidth
The width of the line used to draw the error bars.
- minusErrors
-
Float[] minusErrors
An array of the errors to show in the minus (down) direction.
- plusErrors
-
Float[] plusErrors
An array of the errors to show in the plus (up) direction.
- type
-
ErrorBarType type
Indicate which side to draw the error bars. Defaults to
ErrorBarType.both
. - visible
-
Bool visible
Indicates if the error bars should be shown. Defaults to false.