/** Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#ifndef CHART_DEFS_H#define CHART_DEFS_Henum ChartAxisLocation {CHART_AXIS_LEFT,CHART_AXIS_TOP,CHART_AXIS_RIGHT,CHART_AXIS_BOTTOM};#endif // CHART_DEFS_H