sspt_ChartOptions Struct Reference

#include <sspt_chartoptions.h>

List of all members.

Public Types

enum  ChartSides { TOPSIDE = 0x01, BOTTOMSIDE = 0x02, LEFTSIDE = 0x04, RIGHTSIDE = 0x08 }
enum  TickOptions { OUTER_MINOR_TICK = 0x10, INNER_MINOR_TICK = 0x20, OUTER_MAJOR_TICK = 0x40, INNER_MAJOR_TICK = 0x80 }

Public Attributes

int xMinorTicks
float xMajorDivision
int yMinorTicks
float yMajorDivision
int majorTickSize
int minorTickSize
int boundary
int tick
float xmin
float xmax
float ymin
float ymax
bool autoMargins
int xMargin
int yMargin
bool xTickLabels
bool yTickLabels


Member Enumeration Documentation

Enumerator:
TOPSIDE 
BOTTOMSIDE 
LEFTSIDE 
RIGHTSIDE 

Enumerator:
OUTER_MINOR_TICK 
INNER_MINOR_TICK 
OUTER_MAJOR_TICK 
INNER_MAJOR_TICK 


Member Data Documentation


doxygen