filled method
- bool value
Whether the mark is filled or drawn as an outline.
value True to fill.
Returns This mark, so calls chain.
Implementation
VlChartMark filled(bool value) {
return this.propFlag("filled", value);
}
Whether the mark is filled or drawn as an outline.
value True to fill.
Returns This mark, so calls chain.
VlChartMark filled(bool value) {
return this.propFlag("filled", value);
}