DrawGraph Control Reference 14.0
Enumerations

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...
 

Detailed Description

Enumeration Type Documentation

◆ TD_GRAPH_CALCULATION

Calculation method of the graph.

Supported platforms:
Win32
Win64
Related Topics:
GraphCalculation
Enumerator
GCMETHOD0 

This is standard shape of the graph. It is good to display discrete values like a histogram.

GCMETHOD1 

This shape interpolates the graph between to discrete values linear. In some cases it is better to use this method to display the graph.

◆ TD_GRAPH_SCALING

Defines the scaling of the graph.

Supported platforms:
Win32
Win64
Related Topics:
GraphScaling
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.

◆ TD_GRAPH_STYLE

Defines the style of the graph.

Supported platforms:
Win32
Win64
Related Topics:
GraphStyle
Enumerator
POINTCHART 

Point chart.

BARCHART 

Bar chart.

FIFOPOINTCHART 

Fifo point chart.

FIFOBARCHART 

Fifo bar chart.

◆ TD_LABELTEXT_FORMAT

Format of the label used in MINMAXLINEARLABELY scaling mode.

Supported platforms:
Win32
Win64
Related Topics:
LabelTextYFormat
Enumerator
LABELTEXTFORMATSTANDARD 

Standard label text format (e.g. 255).

LABELTEXTFORMATDOUBLE_1 

Double label text format (e.g. 255.0).

LABELTEXTFORMATDOUBLE_2 

Double label text format (e.g. 255.00).

LABELTEXTFORMATDOUBLE_3 

Double label text format (e.g. 255.000).

LABELTEXTFORMATDOUBLE_4 

Double label text format (e.g. 255.0000).