withPoints method
- bool value
Draws a line showing the points it was drawn through.
value True to show them.
Returns This mark, so calls chain.
Implementation
VlChartMark withPoints(bool value) {
return this.propFlag("point", value);
}
Draws a line showing the points it was drawn through.
value True to show them.
Returns This mark, so calls chain.
VlChartMark withPoints(bool value) {
return this.propFlag("point", value);
}