C
typedef struct { OBJ_HEADER hdr; CHARTPARAM prm; DATASERIES * pChData; } CHART;
Overview
Defines the parameters required for a chart Object.
Members
|
Members |
Description |
|
OBJ_HEADER hdr; |
Generic header for all Objects (see OBJ_HEADER). |
|
CHARTPARAM prm; |
Structure for the parameters of the chart. |
|
DATASERIES * pChData; |
Pointer to the first chart data series in the link list of data series. |