image method
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");
}
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.
VlChartMark image() {
return this.mark("image");
}