CHART Structure

Microchip Graphics Library

Microchip Graphics Library
CHART Structure
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. 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved