SRGraphComponent::HighlightBarStyle
voidSRGraphComponent::HighlightBarStyle(intindex, intgroup, SRGraphStyle *pStyle)
Allows a bar to be highlighted by modifying its style
Defined in: SRGComp.cpp
Parameters
index
Index - may be used to determine styling of specific data items (not used by default)
group
Group - may be used to determine styling of specific data items (not used by default)
pStyle
Points to a style to alter
Remarks
Normally a temporary copy of the object's style is passed to this function. Then the style in the object is not altered unless you have overridden DrawBar to pass the object's style itself.