interpolate method

VlChartMark interpolate(
  1. String kind
)

How a line joins its points.

kind linear, monotone, step-after, basis and the rest.

Returns This mark, so calls chain.

Implementation

VlChartMark interpolate(String kind) {
  return this.propString("interpolate", kind);
}