Skip to content

PieLabelMode

EnumChartGuruChartGuru
public enum PieLabelMode

Positioning mode for pie/donut chart data labels.

Centered = 0

Labels positioned in center of each slice.

Returns

ChartGuru.PieLabelMode

CenteredAuto = 1

Labels positioned in center of slice, automatically switching to leader lines for small slices.

Returns

ChartGuru.PieLabelMode

LeaderLines = 2

Labels positioned outside the chart with leader lines connecting to slices.

Returns

ChartGuru.PieLabelMode