LineCap
public enum LineCapLine cap style - how line endpoints are rendered. Swift Charts equivalent: CGLineCap
Fields
Section titled “Fields”
Butt = 0Square cap that ends exactly at the endpoint.
Returns
ChartGuru.LineCap — No return description is available.
Round = 1Rounded cap that extends past the endpoint.
Returns
ChartGuru.LineCap — No return description is available.
Square
Section titled “Square”Square = 2Square cap that extends past the endpoint.
Returns
ChartGuru.LineCap — No return description is available.