ClipShape
public enum ClipShapeShape used to clip a mark’s rendered output.
Swift Charts equivalent: .ClipShape(…).
Fields
Section titled “Fields”
None = 0No clipping applied.
Returns
ChartGuru.ClipShape — No return description is available.
Rectangle
Section titled “Rectangle”Rectangle = 1Clips to the mark’s bounding rectangle.
Returns
ChartGuru.ClipShape — No return description is available.
RoundedRectangle
Section titled “RoundedRectangle”RoundedRectangle = 2Clips to a rounded rectangle with the mark’s corner radius.
Returns
ChartGuru.ClipShape — No return description is available.
Circle
Section titled “Circle”Circle = 3Clips to an inscribed circle within the mark’s bounding box.
Returns
ChartGuru.ClipShape — No return description is available.
Ellipse
Section titled “Ellipse”Ellipse = 4Clips to an inscribed ellipse within the mark’s bounding box.
Returns
ChartGuru.ClipShape — No return description is available.
Capsule
Section titled “Capsule”Capsule = 5Clips to a capsule that fully rounds the short axis.
Returns
ChartGuru.ClipShape — No return description is available.