Hi Scott,
currently the PiePlot class allows individual fill colors, but no font colors.
public PiePlot(double[] values, string[] groupNames, Color[] colors)
{
SliceFillColors = colors;
SliceFont.Color = Color.White;
For a good contrast, a possibility to choose proper label colors would be helpful. May I ask you to add this to the class?