Enumerations | |
enum | TD_GRAPH_CALCULATION { GCMETHOD0 = 0 , GCMETHOD1 = 1 } |
Calculation method of the graph. More... | |
enum | TD_GRAPH_SCALING { TOTALLINEAR = 0 , BUFFERLINEAR = 1 , TOTALLOGARITHMIC = 2 , BUFFERLOGARITHMIC = 3 , MINMAXLINEARY = 4 , MINMAXLINEARLABELY = 5 } |
Defines the scaling of the graph. More... | |
enum | TD_GRAPH_STYLE { POINTCHART = 0 , BARCHART = 1 , FIFOPOINTCHART = 2 , FIFOBARCHART = 3 } |
Defines the style of the graph. More... | |
enum | TD_LABELTEXT_FORMAT { LABELTEXTFORMATSTANDARD = 0 , LABELTEXTFORMATDOUBLE_1 = 1 , LABELTEXTFORMATDOUBLE_2 = 2 , LABELTEXTFORMATDOUBLE_3 = 3 , LABELTEXTFORMATDOUBLE_4 = 4 } |
Format of the label used in MINMAXLINEARLABELY scaling mode. More... | |
enum TD_GRAPH_CALCULATION |
Calculation method of the graph.
enum TD_GRAPH_SCALING |
Defines the scaling of the graph.
Enumerator | |
---|---|
TOTALLINEAR | The buffer contents are scaled linear. If the tool contains more than one buffer the overall minimum and maximum of all included buffers is used to scale each buffer. |
BUFFERLINEAR | The buffer contents are scaled linear. If a tool contains more than one buffer each buffer is scaled within his own minimum and maximum value. |
TOTALLOGARITHMIC | The buffer contents are scaled logarithmic. If the tool contains more than one buffer the overall minimum and maximum of all included buffers is used to scale each buffer. |
BUFFERLOGARITHMIC | The buffer contents are scaled logarithmic. If a tool contains more than one buffer each buffer is scaled within his minimum and maximum value. |
MINMAXLINEARY | The buffer contents are scaled between the BorderMinY and the BorderMaxY values set in the according properties. Buffer values which are outside this range are clipped. |
MINMAXLINEARLABELY | The values a scales according to the MINMAXLINEARY mode in addition to this a absolute value is drawn next to each grid line in Y direction. |
enum TD_GRAPH_STYLE |
Defines the style of the graph.
Enumerator | |
---|---|
POINTCHART | Point chart. |
BARCHART | Bar chart. |
FIFOPOINTCHART | Fifo point chart. |
FIFOBARCHART | Fifo bar chart. |
enum TD_LABELTEXT_FORMAT |
Format of the label used in MINMAXLINEARLABELY scaling mode.