image method

VlChartMark image()

Adds an image mark to the chart.

A picture per row, placed by its position channels.

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

Implementation

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