cpannotation

How to correctly add Core Plot label/annotation to a CPPieChart object?

I am testing a CPPieChart and finding that the data source delegate method -sliceLabelForPieChart:recordIndex: is not displaying a slice label. In addition, there is no title property for the pie chart type. So I figured I would test using a UILabel instance: UILabel *viewTitle = [[UILabel alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 1...