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.
Applies a Gaussian blur to this chart content.
nonisolated func blur(radius: CGFloat) -> some ChartContent
The radial size of the blur. A blur is more diffuse when its radius is large.