bin method

VlChartMark bin()

Bins the cursor channel's column into buckets.

Returns This mark, so calls chain.

See also maxBins.

Implementation

VlChartMark bin() {
  return this.setOnCursor("bin", VlJson.boolValue(true));
}