Gets a bar fill for the given bar plot. This method is optional.
Original signature is '- (CPFill *)barFillForBarPlot:(CPBarPlot *)barPlot recordIndex:(NSUInteger)index;'

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

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

The bar fill for the point with the given index.

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