#include <cplot.h>
Definition at line 195 of file cplot.h.
Data Fields | |
| double * | X |
| A pointer to the x series array. | |
| double * | Y |
| A pointer to the y series array. | |
| int | n |
| The number of items in X and Y arrays. | |
| CPLOT_structStats | xStats |
| Internally computed statistics. | |
| CPLOT_structStats | yStats |
| Internally computed statistics. | |
| BOOL | connected |
| Are the data points connected. | |
| CPLOT_enumColor | color |
| The color of the data points/line. | |
| char * | label |
| The series label, NULL if none. | |
| char * | units |
| The series units, NULL if none. | |
| int | precision |
| The number of significant digits in the statistics. | |
| BOOL | markOutlierData |
| Should the outlier data be marked. | |
| double* CPLOT_structSeries::X |
| double* CPLOT_structSeries::Y |