SRGraphComponent::HighlightLineStyle
voidSRGraphComponent::HighlightLineStyle(SRGraphStyle *pStyle)
This virtual function is called to temporarily alter a line style during a draw cycle in response to highlighting.
Override this function to alter the highlight style in any way you like.
A copy of the data object's style member is passed so that the changes are non destructive.
Defined in: SRGComp.cpp
Return Value
void
Parameters
pStyle
A copy of the style which will be temporarily altered
Remarks
Not currently used by standard routines