cornerRadius method

VlChartMark cornerRadius(
  1. double value
)

How rounded the corners of a bar or a rectangle are.

value The radius in pixels.

Returns This mark, so calls chain.

Implementation

VlChartMark cornerRadius(double value) {
  return this.propNumber("cornerRadius", value);
}