Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

sxy_chart.h File Reference

#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:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 }


Enumeration Type Documentation

enum SXYGridDirection
 

Enumeration values:
NORMAL_GRID 
INVERTED_GRID 

Definition at line 34 of file sxy_chart.h.

Referenced by SXYChart::getGridDirection().

enum SXYGridOrientation
 

Enumeration values:
HORIZONTAL_GRID 
VERTICAL_GRID 

Definition at line 28 of file sxy_chart.h.

Referenced by SXYSimpleGraph::adaptGrid().

enum SXYGridType
 

Enumeration values:
LINEAR_GRID 
LOG_GRID 

Definition at line 23 of file sxy_chart.h.

Referenced by SXYChart::getGridType(), and SXYSimpleGraph::remountGraph().


SXY
Tecgraf / PUC-Rio - Computer Graphics Technology Group