strokeWidth method

VlChartMark strokeWidth(
  1. double value
)

How thick the mark's outline is drawn.

value The width in pixels.

Returns This mark, so calls chain.

Implementation

VlChartMark strokeWidth(double value) {
  return this.propNumber("strokeWidth", value);
}