[ROOT] --> C++Client

struct PEGraphTextInfo

This structure is used by several functions which operate on Graphs.

Source:
MobileApps\PCRE\CppClient\Include\crw\crpe.h

Variables Index

graphTitle
Specifies the main title text that will appear above your graph.
graphSubTitle
Specifies the sub title text that will appear directly under the main title.
graphFootNote
Specifies the footnote text that will appear under your graph.
graphGroupsTitle
Specifies the title of the groups which are being graphed.
graphSeriesTitle
Specifies the title of the series which is being graphed.
graphXAxisTitle
Specifies the title text that will appear for the X axis. Not valid for Pie graphs.
graphYAxisTitle
Specifies the title text that will appear for the Y axis. Not valid for Pie graphs.
graphZAxisTitle
Specifies the title text that will appear for the Z axis. This value is only valid for 3D graphs.
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.


Variables

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.

graphTitle

char graphTitle [PE_GRAPH_TEXT_LEN]

Specifies the main title text that will appear above your graph.

graphSubTitle

char graphSubTitle [PE_GRAPH_TEXT_LEN]

Specifies the sub title text that will appear directly under the main title.

graphFootNote

char graphFootNote [PE_GRAPH_TEXT_LEN]

Specifies the footnote text that will appear under your graph.

graphGroupsTitle

char graphGroupsTitle [PE_GRAPH_TEXT_LEN]

Specifies the title of the groups which are being graphed.

graphSeriesTitle

char graphSeriesTitle [PE_GRAPH_TEXT_LEN]

Specifies the title of the series which is being graphed.

graphXAxisTitle

char graphXAxisTitle [PE_GRAPH_TEXT_LEN]

Specifies the title text that will appear for the X axis. Not valid for Pie graphs.

graphYAxisTitle

char graphYAxisTitle [PE_GRAPH_TEXT_LEN]

Specifies the title text that will appear for the Y axis. Not valid for Pie graphs.

graphZAxisTitle

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.


Copyright (c) 2000 Dynalivery Corp.