Version: 0.6.0
XYSerie Class Reference

#include <xysimpledataset.h>

Public Member Functions

 XYSerie (double *data, size_t count)
 
double GetX (size_t index)
 
double GetY (size_t index)
 
size_t GetCount ()
 
const wxString & GetName ()
 
void SetName (const wxString &name)
 

Detailed Description

Holds data for one XY serie.

Constructor & Destructor Documentation

XYSerie::XYSerie ( double *  data,
size_t  count 
)

Constructs new xy serie.

Parameters
datadouble [x, y] array
countpoint count in data array

The documentation for this class was generated from the following files:
  • /home/bishop/work/projects/nextgismanager/include/freechart/wx/xy/xysimpledataset.h
  • /home/bishop/work/projects/nextgismanager/src/freechart/xy/xysimpledataset.cpp