SRGTextBlock structure
struct { UINT group; UINT index; UINT textsize; _TCHAR text; } SRGTextBlock;Structure used by CGraphDoc to pass data annotations and group header text between documents updating graph data
Defined in: Ochart.h
Members
group
Group of data item or group to which the text string is associated
index
Index of data item to which the text string is associated
textsize
Length of text string
text
Text string