CPLOT_structSeries Struct Reference

#include <cplot.h>


Detailed Description

The container for series data and user options.

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.

Field Documentation

double* CPLOT_structSeries::X

A pointer to the x series array.

Definition at line 197 of file cplot.h.

double* CPLOT_structSeries::Y

A pointer to the y series array.

Definition at line 198 of file cplot.h.

int CPLOT_structSeries::n

The number of items in X and Y arrays.

Definition at line 199 of file cplot.h.

CPLOT_structStats CPLOT_structSeries::xStats

Internally computed statistics.

Definition at line 201 of file cplot.h.

CPLOT_structStats CPLOT_structSeries::yStats

Internally computed statistics.

Definition at line 202 of file cplot.h.

BOOL CPLOT_structSeries::connected

Are the data points connected.

Definition at line 204 of file cplot.h.

CPLOT_enumColor CPLOT_structSeries::color

The color of the data points/line.

Definition at line 205 of file cplot.h.

char* CPLOT_structSeries::label

The series label, NULL if none.

Definition at line 206 of file cplot.h.

char* CPLOT_structSeries::units

The series units, NULL if none.

Definition at line 207 of file cplot.h.

int CPLOT_structSeries::precision

The number of significant digits in the statistics.

Definition at line 208 of file cplot.h.

BOOL CPLOT_structSeries::markOutlierData

Should the outlier data be marked.

Definition at line 209 of file cplot.h.


The documentation for this struct was generated from the following file: