Gets a bar label for the given bar plot. This method is no longer used.
Original signature is '- (CPTextLayer *)barLabelForBarPlot:(CPBarPlot *)barPlot recordIndex:(NSUInteger)index;'

C# | Visual Basic | Visual C++ |
CPTextLayer BarLabelForBarPlotRecordIndex( CPBarPlot barPlot, NSUInteger index )
Function BarLabelForBarPlotRecordIndex ( _ barPlot As CPBarPlot, _ index As NSUInteger _ ) As CPTextLayer
CPTextLayer^ BarLabelForBarPlotRecordIndex( CPBarPlot^ barPlot, NSUInteger index )

- barPlot (CPBarPlot)
- The bar plot.
- index (NSUInteger)
- The data index of interest.

The bar label for the point with the given index. If you return nil, the default bar 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)