MonobjcMonobjc Documented Class Library
BarFillForBarPlotRecordIndex Method (barPlot, index)
NamespacesMonobjc.CorePlotICPBarPlotDataSourceBarFillForBarPlotRecordIndex(CPBarPlot, NSUInteger)

Gets a bar fill for the given bar plot. This method is optional.

Original signature is '- (CPFill *)barFillForBarPlot:(CPBarPlot *)barPlot recordIndex:(NSUInteger)index;'

Declaration Syntax
C#Visual BasicVisual C++
CPFill BarFillForBarPlotRecordIndex(
	CPBarPlot barPlot,
	NSUInteger index
)
Function BarFillForBarPlotRecordIndex ( _
	barPlot As CPBarPlot, _
	index As NSUInteger _
) As CPFill
CPFill^ BarFillForBarPlotRecordIndex(
	CPBarPlot^ barPlot, 
	NSUInteger index
)
Parameters
barPlot (CPBarPlot)
The bar plot.
index (NSUInteger)
The data index of interest.
Return Value
The bar fill for the point with the given index.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)