CornerRadius

12 Sep 20251 minute to read

The CornerRadius class provides options to customize the rounding of the corners for columns in the column series.

Properties

bottomLeft number

Specifies the bottom-left corner radius value.

Defaults to 0

bottomRight number

Specifies the bottom-right corner radius value.

Defaults to 0

topLeft number

Specifies the top-left corner radius value.

Defaults to 0

topRight number

Specifies the top-right corner radius value.

Defaults to 0