#include <sspt_chartoptions.h>
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 |
| float sspt_ChartOptions::xmax |
| float sspt_ChartOptions::xmin |
| float sspt_ChartOptions::ymax |
| float sspt_ChartOptions::ymin |