[ROOT] --> C-Client

struct PEGraphOptions

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

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

Variables Index

fontFaceName
Specifies the font for all text and values in the entire graph.
graphMaxValue
Specifies the maximum value that will appear in the graph. Any graph values above this value are not charted.
graphMinValue
Specifies the minimum value that will appear in the graph. Any graph values below this value are not charted.
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.
showGridLine
Specifies whether or not to display grid lines on the graph.
showLegend
Specifies whether or not to display the graph legend.
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.
verticalBars
Specifies whether to display the bars in a bar graph vertically or horizontally.


Variables

StructSize

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.

graphMaxValue

double graphMaxValue

Specifies the maximum value that will appear in the graph. Any graph values above this value are not charted.

graphMinValue

public double graphMinValue

Specifies the minimum value that will appear in the graph. Any graph values below this value are not charted.

showDataValue

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.

showGridLine

public BOOL showGridLine

Specifies whether or not to display grid lines on the graph.

verticalBars

BOOL verticalBars

Specifies whether to display the bars in a bar graph vertically or horizontally.

showLegend

BOOL showLegend

Specifies whether or not to display the graph legend.

fontFaceName

char fontFaceName [ PE_GRAPH_TEXT_LEN ]

Specifies the font for all text and values in the entire graph.


Copyright (c) 2000 Dynalivery Corp.