strokeWidth method
- 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);
}
How thick the mark's outline is drawn.
value The width in pixels.
Returns This mark, so calls chain.
VlChartMark strokeWidth(double value) {
return this.propNumber("strokeWidth", value);
}