square method

VlChartMark square()

Adds a square mark to the chart.

A filled square per row — point with the shape settled.

Returns The new mark, so its channels and properties chain.

Implementation

VlChartMark square() {
  return this.mark("square");
}