Contents

blur(radius:)

Applies a Gaussian blur to this chart content.

Declaration

nonisolated func blur(radius: CGFloat) -> some ChartContent

Parameters

  • radius:

    The radial size of the blur. A blur is more diffuse when its radius is large.

See Also

Styling marks