eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D GRAPH Defines types of graph traces.
Collaboration diagram for D4D GRAPH Defines types of graph traces.:

Macros

#define D4D_GRAPH_TRACE_TYPE_MASK
 Just mask of type range (it's used internaly by driver) More...
 
#define D4D_GRAPH_TRACE_TYPE_LINE
 The trace looks like a normal line, all individual sample points are connected by the lines. More...
 
#define D4D_GRAPH_TRACE_TYPE_DOT
 The trace is drawn only from measured points. More...
 
#define D4D_GRAPH_TRACE_TYPE_AREA
 The trace fills up the area under measured samples. More...
 
#define D4D_GRAPH_TRACE_TYPE_AREA_INV
 The trace fills up the area of measured samples. More...
 

Detailed Description

This section specifies types of graph traces

Macro Definition Documentation

#define D4D_GRAPH_TRACE_TYPE_AREA

The trace fills up the area under measured samples.

Definition at line 140 of file d4d_graph.h.

#define D4D_GRAPH_TRACE_TYPE_AREA_INV

The trace fills up the area of measured samples.

Definition at line 141 of file d4d_graph.h.

#define D4D_GRAPH_TRACE_TYPE_DOT

The trace is drawn only from measured points.

Definition at line 139 of file d4d_graph.h.

#define D4D_GRAPH_TRACE_TYPE_LINE

The trace looks like a normal line, all individual sample points are connected by the lines.

Definition at line 138 of file d4d_graph.h.

#define D4D_GRAPH_TRACE_TYPE_MASK

Just mask of type range (it's used internaly by driver)

Definition at line 137 of file d4d_graph.h.