ProjectionFamily
public enum ProjectionFamilyCoarse-grained projection family that decides which rendering pipeline a chart runs through. A chart belongs to exactly one family; mark kinds inside a family compose freely (Swift Charts parity), but families do not mix in one plot (a pie chart cannot share its plot area with a bar chart).
Fields
Section titled “Fields”
Cartesian
Section titled “Cartesian”Cartesian = 0X/Y plot area. Bars, lines, points, areas, candlesticks, rectangles, rules.
Returns
ChartGuru.ProjectionFamily — No return description is available.
Polar = 1Polar wedges. Pie / Donut / MiniPie / MiniDonut via SectorMark.
Returns
ChartGuru.ProjectionFamily — No return description is available.
Radial
Section titled “Radial”Radial = 2Spider / radar mesh.
Returns
ChartGuru.ProjectionFamily — No return description is available.
Indicator
Section titled “Indicator”Indicator = 3Single-value gauge / progress.
Returns
ChartGuru.ProjectionFamily — No return description is available.