MonobjcMonobjc Documented Class Library
TwoDGraphViewWillDisplayBarIndexForLineIndexWithAttributes Method (inGraphView, inBarIndex, inLineIndex, attr)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDelegateTwoDGraphViewWillDisplayBarIndexForLineIndexWithAttributes(SM2DGraphView, NSUInteger, NSUInteger, NSMutableDictionary)

Original signature is '- (void)twoDGraphView:(SM2DGraphView *)inGraphView willDisplayBarIndex:(NSUInteger)inBarIndex forLineIndex:(NSUInteger)inLineIndex withAttributes:(NSMutableDictionary *)attr;'

Declaration Syntax
C#Visual BasicVisual C++
void TwoDGraphViewWillDisplayBarIndexForLineIndexWithAttributes(
	SM2DGraphView inGraphView,
	NSUInteger inBarIndex,
	NSUInteger inLineIndex,
	NSMutableDictionary attr
)
Sub TwoDGraphViewWillDisplayBarIndexForLineIndexWithAttributes ( _
	inGraphView As SM2DGraphView, _
	inBarIndex As NSUInteger, _
	inLineIndex As NSUInteger, _
	attr As NSMutableDictionary _
)
void TwoDGraphViewWillDisplayBarIndexForLineIndexWithAttributes(
	SM2DGraphView^ inGraphView, 
	NSUInteger inBarIndex, 
	NSUInteger inLineIndex, 
	NSMutableDictionary^ attr
)
Parameters
inGraphView (SM2DGraphView)
The graph view making the call.
inBarIndex (NSUInteger)
The zero based bar (data point) index that will be drawn.
inLineIndex (NSUInteger)
The zero based data line index that will be drawn.
attr (NSMutableDictionary)
A dictionary containing the current attributes the bar will be drawn with. This can be modified so individual bars will display differently.
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.SM2DGraphView (Module: Monobjc.SM2DGraphView)