Contents

strokeBorder(lineWidth:)

Creates a stroked symbol shape by inner-stroking the basic symbol shape.

Declaration

func strokeBorder(lineWidth: CGFloat = 1) -> some ChartSymbolShape

Parameters

  • lineWidth:

    The stroke line width.

Return Value

A symbol shape that strokes the shape of self.