Skip to content

LineCap

EnumChartGuruChartGuru
public enum LineCap

Line cap style - how line endpoints are rendered. Swift Charts equivalent: CGLineCap

Butt = 0

Square cap that ends exactly at the endpoint.

Returns

ChartGuru.LineCap — No return description is available.

Round = 1

Rounded cap that extends past the endpoint.

Returns

ChartGuru.LineCap — No return description is available.

Square = 2

Square cap that extends past the endpoint.

Returns

ChartGuru.LineCap — No return description is available.