label method

VlChartMark label()

Adds a text mark, which draws the value of its text channel.

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

Implementation

VlChartMark label() {
  return this.mark("text");
}