errorband method
Adds an error band: the same interval as an error bar, drawn as a filled region.
Returns The new mark, so its channels and properties chain.
See also errorbar.
Implementation
VlChartMark errorband() {
return this.mark("errorband");
}