MonobjcMonobjc Documented Class Library
BarLabelForBarPlotRecordIndex Method (barPlot, index)
NamespacesMonobjc.CorePlotICPBarPlotDataSourceBarLabelForBarPlotRecordIndex(CPBarPlot, NSUInteger)

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;'

Declaration Syntax
C#Visual BasicVisual C++
CPTextLayer BarLabelForBarPlotRecordIndex(
	CPBarPlot barPlot,
	NSUInteger index
)
Function BarLabelForBarPlotRecordIndex ( _
	barPlot As CPBarPlot, _
	index As NSUInteger _
) As CPTextLayer
CPTextLayer^ BarLabelForBarPlotRecordIndex(
	CPBarPlot^ barPlot, 
	NSUInteger index
)
Parameters
barPlot (CPBarPlot)
The bar plot.
index (NSUInteger)
The data index of interest.
Return Value
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.
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)