[ROOT] --> C-Client

struct PEGraphDataInfo

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

Source:
C:\FlatInclude\Crystal:Structures.h

Variables Index

colGroupN
Specifies which group number in the report is used to create the values in the columns of the graph. Use PE_GRAPH_DATA_NULL_SELECTION if you don't want to specify a value.
graphDirection
For normal group/total report, the direction, is always PE_GRAPH_COLS_ONLY. For cross-tab reports, use any of the following constant values:
rowGroupN
Specifies which group number in the report is used to create the values in the rows of the graph. Use PE_GRAPH_DATA_NULL_SELECTION if you don't want to specify a value.
StructSize
Specifies the size of the PEGraphDataInfo structure. You must initialize this member to be the size of the structure, for example: info.StructSize = PE_SIZEOF_GRAPH_DATA_INFO.
summarizedFieldN
Specifies which summary field in the report is used to set the values of the risers in the graph. Summary fields are numbered in order of their creation. Use PE_GRAPH_DATA_NULL_SELECTION if you don't want to specify a value.


Variables

StructSize

WORD StructSize

Specifies the size of the PEGraphDataInfo structure. You must initialize this member to be the size of the structure, for example: info.StructSize = PE_SIZEOF_GRAPH_DATA_INFO.

rowGroupN

short rowGroupN

Specifies which group number in the report is used to create the values in the rows of the graph. Use PE_GRAPH_DATA_NULL_SELECTION if you don't want to specify a value.

colGroupN

short colGroupN

Specifies which group number in the report is used to create the values in the columns of the graph. Use PE_GRAPH_DATA_NULL_SELECTION if you don't want to specify a value.

summarizedFieldN

short summarizedFieldN

Specifies which summary field in the report is used to set the values of the risers in the graph. Summary fields are numbered in order of their creation. Use PE_GRAPH_DATA_NULL_SELECTION if you don't want to specify a value.

graphDirection

short graphDirection

For normal group/total report, the direction, is always PE_GRAPH_COLS_ONLY. For cross-tab reports, use any of the following constant values:


Copyright (c) 2000 Dynalivery Corp.