Variables | |
OLE_COLOR | BackColor |
Determines the back color of the DrawGraph object. More... | |
double | BorderMaxY |
Determines the maximum buffer value which is displayed in Y-direction when the GraphScaling property is set to MINMAXLINEARY or MINMAXLINEARLABELY. With this property it is possible to view only a portion of the values in a data buffer. More... | |
double | BorderMinY |
Determines the minimum buffer value which is displayed in Y-direction when the GraphScaling property is set to MINMAXLINEARY or MINMAXLINEARLABELY. With this property it is possible to view only a portion of the values in a data buffer. More... | |
__int3264 | DGSList |
Determines the DGSList of an image. The DrawGraph Control generates a DGSList data structure (Draw Graph Structure List). This simplifies the connection to another DrawGraph Control enormously. The DrawGraph Control generates a DGS structure for all data buffers attached. All together build a DGSList. To draw the results (data buffers) of a DrawGraph Control simply connect the DGSList with the ConnectDGSList method of the DrawGraph Control to another tool. More... | |
TD_GRAPH_CALCULATION | GraphCalculation |
Determines the calculation method of the graph. If a buffer is drawn by the DrawGraph Control the tool can use different methods to calculate the graph. Depending on the selected method the shape of the graph changes. The calculation method is valid for all graphs within a DrawGraph Control. More... | |
TD_GRAPH_SCALING | GraphScaling |
Determines the scaling of the graph. If a buffer is drawn by the DrawGraph Control the tool scales the buffer entries to fit into the draw window. The scaling is valid for all graphs within a DrawGraph Control. More... | |
TD_GRAPH_STYLE | GraphStyle |
Determines the style of the graph. The DrawGraph Control can draw a graph in several styles. The style is valid for all graphs within a DrawGraph Control. More... | |
OLE_COLOR | GridColor |
Determines the grid color. More... | |
long | GridScaleX |
Specifies how many grid lines are valid in X-direction. If the value is 0 no grid line will be painted in X-direction. More... | |
long | GridScaleY |
Specifies how many grid lines are valid in Y-direction. If the value is 0 no grid line will be painted in Y-direction. More... | |
IFontDisp * | LabelFont |
Determines the font of the label used in MINMAXLINEARLABELY scaling mode. More... | |
TD_LABELTEXT_FORMAT | LabelTextYFormat |
Determines the format of the label used in MINMAXLINEARLABELY scaling mode. More... | |
boolean | ShowTestGraph |
Enables the drawing of a test graph. More... | |
OLE_COLOR BackColor |
double BorderMaxY |
Determines the maximum buffer value which is displayed in Y-direction when the GraphScaling property is set to MINMAXLINEARY or MINMAXLINEARLABELY. With this property it is possible to view only a portion of the values in a data buffer.
[in,out] | BorderMaxY | Maximum buffer value to display in Y-direction. |
double BorderMinY |
Determines the minimum buffer value which is displayed in Y-direction when the GraphScaling property is set to MINMAXLINEARY or MINMAXLINEARLABELY. With this property it is possible to view only a portion of the values in a data buffer.
[in,out] | BorderMinY | Minimum buffer value to display in Y-direction. |
|
readonly |
Determines the DGSList of an image. The DrawGraph Control generates a DGSList data structure (Draw Graph Structure List). This simplifies the connection to another DrawGraph Control enormously. The DrawGraph Control generates a DGS structure for all data buffers attached. All together build a DGSList. To draw the results (data buffers) of a DrawGraph Control simply connect the DGSList with the ConnectDGSList method of the DrawGraph Control to another tool.
[out] | DGSList | Handle of the DGSList object. |
TD_GRAPH_CALCULATION GraphCalculation |
Determines the calculation method of the graph. If a buffer is drawn by the DrawGraph Control the tool can use different methods to calculate the graph. Depending on the selected method the shape of the graph changes. The calculation method is valid for all graphs within a DrawGraph Control.
[in,out] | GraphCalculation | Calculation method (see TD_GRAPH_CALCULATION for more information). |
TD_GRAPH_SCALING GraphScaling |
Determines the scaling of the graph. If a buffer is drawn by the DrawGraph Control the tool scales the buffer entries to fit into the draw window. The scaling is valid for all graphs within a DrawGraph Control.
[in,out] | GraphScaling | Scaling method (see TD_GRAPH_SCALING for more information). |
TD_GRAPH_STYLE GraphStyle |
Determines the style of the graph. The DrawGraph Control can draw a graph in several styles. The style is valid for all graphs within a DrawGraph Control.
[in,out] | GraphStyle | Style of the graph (see TD_GRAPH_STYLE for more information). |
OLE_COLOR GridColor |
long GridScaleX |
long GridScaleY |
IFontDisp* LabelFont |
Determines the font of the label used in MINMAXLINEARLABELY scaling mode.
[in,out] | LabelFont | Font type selected with a standard font dialog. |
TD_LABELTEXT_FORMAT LabelTextYFormat |
Determines the format of the label used in MINMAXLINEARLABELY scaling mode.
[in,out] | LabelTextYFormat | Format of the label (see TD_LABELTEXT_FORMAT for more information). |