[ROOT] --> C-Client
This structure is used by several functions which operate on Graphs.
fontFaceName
graphMaxValue
graphMinValue
showDataValue
showGridLine
showLegend
StructSize
verticalBars
WORD StructSize
Specifies the size of the PEGraphOptions structure. You must initialize this member to be the size of the structure, for example: options.StructSize = PE_SIZEOF_GRAPH_OPTIONS.
double graphMaxValue
Specifies the maximum value that will appear in the graph. Any graph values above this value are not charted.
public double graphMinValue
Specifies the minimum value that will appear in the graph. Any graph values below this value are not charted.
public BOOL showDataValue
Specifies whether or not to display the numeric value associated with each riser on the chart. If set to TRUE (1), a value appears in the graph for each riser.
public BOOL showGridLine
Specifies whether or not to display grid lines on the graph.
BOOL verticalBars
Specifies whether to display the bars in a bar graph vertically or horizontally.
BOOL showLegend
Specifies whether or not to display the graph legend.
char fontFaceName [ PE_GRAPH_TEXT_LEN ]
Specifies the font for all text and values in the entire graph.