filled method

VlChartMark filled(
  1. 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);
}