SRGraphComponent::DrawTag

void SRGraphComponent::DrawTag(CPoint point, SRGraphData * pData)

Draws a data tag at a position defined in the CPoint parameter. The style of the tag will be defined in the SRGraphData objects m_Style member.
Data tags may be placed according to one of three tag persistence models. These are: Local, in which a single data tag is placed, drawn and recycled. Persistent, in which the data tags are created and placed on the end of the component list and Blocked, in which the tags are added to a label block that is placed on the component list and which may then handle label overlap detection and vectoring.

Defined in: SRGComp.cpp

Return Value

void

Parameters

point

CPoint point The point at which to display the tag.

pData

SRGraphData * pData points to the data item for which the tag is to be drawn.