#include <chart.h>
Public Attributes | |
double | x |
double | y |
bool | empty |
Definition at line 90 of file chart.h.
bool Table::empty |
Definition at line 94 of file chart.h.
Referenced by wxChart::InitData(), wxChart::IsEmpty(), and wxChart::SetData().
double Table::x |
Definition at line 93 of file chart.h.
Referenced by wxChart::GetDataX(), wxChart::InitData(), and wxChart::SetData().
double Table::y |
Definition at line 93 of file chart.h.
Referenced by wxChart::GetDataY(), wxChart::InitData(), and wxChart::SetData().