#include <iup.h>
#include <cd.h>
#include <xy.h>
#include "sxy_vector.h"
#include "sxy_graph.h"
#include "sxy_axis.h"
#include "sxy_curve.h"
#include "sxy_area.h"
Include dependency graph for sxy_chart.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | SXYChart |
Enumerations | |
enum | SXYGridType { LINEAR_GRID = 0, LOG_GRID } |
enum | SXYGridOrientation { HORIZONTAL_GRID = 0, VERTICAL_GRID } |
enum | SXYGridDirection { NORMAL_GRID = 1, INVERTED_GRID = -1 } |
|
Definition at line 34 of file sxy_chart.h. Referenced by SXYChart::getGridDirection(). |
|
Definition at line 28 of file sxy_chart.h. Referenced by SXYSimpleGraph::adaptGrid(). |
|
Definition at line 23 of file sxy_chart.h. Referenced by SXYChart::getGridType(), and SXYSimpleGraph::remountGraph(). |