Skip to content

ProjectionFamily

EnumChartGuruChartGuru
public enum ProjectionFamily

Coarse-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).

Cartesian = 0

X/Y plot area. Bars, lines, points, areas, candlesticks, rectangles, rules.

Returns

ChartGuru.ProjectionFamily — No return description is available.

Polar = 1

Polar wedges. Pie / Donut / MiniPie / MiniDonut via SectorMark.

Returns

ChartGuru.ProjectionFamily — No return description is available.

Radial = 2

Spider / radar mesh.

Returns

ChartGuru.ProjectionFamily — No return description is available.

Indicator = 3

Single-value gauge / progress.

Returns

ChartGuru.ProjectionFamily — No return description is available.