x2 method
- String field
The far end of a horizontal 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 x.
Implementation
VlChartMark x2(String field) {
return this.channel("x2", field);
}