setBarBorderWidth method

void setBarBorderWidth(
  1. double width
)

Sets the width used for drawing borders around the bars. If borderWidth == 0, no border will be drawn.

@return

Implementation

void setBarBorderWidth(double width) {
  _barBorderWidth = width;
}