PieLabelMode
public enum PieLabelModePositioning mode for pie/donut chart data labels.
Fields
Section titled “Fields”
Centered
Section titled “Centered”Centered = 0Labels positioned in center of each slice.
Returns
ChartGuru.PieLabelMode
CenteredAuto
Section titled “CenteredAuto”CenteredAuto = 1Labels positioned in center of slice, automatically switching to leader lines for small slices.
Returns
ChartGuru.PieLabelMode
LeaderLines
Section titled “LeaderLines”LeaderLines = 2Labels positioned outside the chart with leader lines connecting to slices.
Returns
ChartGuru.PieLabelMode