y2 method
- String field
The far end of a vertical interval, for a bar, an area or a rule that spans two values.
Names a COLUMN, never a constant. .color("red") means a column
called red; painting a mark red is markColor.
field The column name.
Returns This mark, so channels chain.
See also y.
Implementation
VlChartMark y2(String field) {
return this.channel("y2", field);
}