point method

VlChartMark point()

Adds a point mark to the chart.

One symbol per row: the scatter plot.

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

Implementation

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