Contents

cornerRadius(_:style:)

Sets the corner radius of the chart content.

Declaration

nonisolated func cornerRadius(_ radius: CGFloat, style: RoundedCornerStyle = .continuous) -> some ChartContent

Parameters

  • radius:

    The corner radius.

  • style:

    The style of the rounded corners.

See Also

Styling marks