Gets a label for the given pie chart slice. This method is no longer used.
Original signature is '- (CPTextLayer *)sliceLabelForPieChart:(CPPieChart *)pieChart recordIndex:(NSUInteger)index;'

C# | Visual Basic | Visual C++ |
CPTextLayer SliceLabelForPieChartRecordIndex( CPPieChart pieChart, NSUInteger index )
Function SliceLabelForPieChartRecordIndex ( _ pieChart As CPPieChart, _ index As NSUInteger _ ) As CPTextLayer
CPTextLayer^ SliceLabelForPieChartRecordIndex( CPPieChart^ pieChart, NSUInteger index )

- pieChart (CPPieChart)
- The pie chart.
- index (NSUInteger)
- The data index of interest.

The pie slice label for the slice with the given index. If you return nil, the default pie slice label will be used. If you return an instance of NSNull, no label will be shown for the index in question.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)