[ROOT] --> C++Client
This structure is used by several functions which operate on Graphs.
graphTitle
graphSubTitle
graphFootNote
graphGroupsTitle
graphSeriesTitle
graphXAxisTitle
graphYAxisTitle
graphZAxisTitle
StructSize
WORD StructSize
Specifies the size of the PEGraphTextInfo structure. You must initialize this member to be the size of the structure, for example: info.StructSize = PE_SIZEOF_GRAPH_TEXT_INFO.
char graphTitle [PE_GRAPH_TEXT_LEN]
Specifies the main title text that will appear above your graph.
char graphSubTitle [PE_GRAPH_TEXT_LEN]
Specifies the sub title text that will appear directly under the main title.
char graphFootNote [PE_GRAPH_TEXT_LEN]
Specifies the footnote text that will appear under your graph.
char graphGroupsTitle [PE_GRAPH_TEXT_LEN]
Specifies the title of the groups which are being graphed.
char graphSeriesTitle [PE_GRAPH_TEXT_LEN]
Specifies the title of the series which is being graphed.
char graphXAxisTitle [PE_GRAPH_TEXT_LEN]
Specifies the title text that will appear for the X axis. Not valid for Pie graphs.
char graphYAxisTitle [PE_GRAPH_TEXT_LEN]
Specifies the title text that will appear for the Y axis. Not valid for Pie graphs.
char graphZAxisTitle [PE_GRAPH_TEXT_LEN]
Specifies the title text that will appear for the Z axis. This value is only valid for 3D graphs.