SimpleXlsx
r0.19
|
Structure that describes axis properties. More...
Public Attributes | |
uint32_t | id |
axis axis id | |
_tstring | name |
name axis name (that will be depicted) | |
uint32_t | nameSize |
nameSize font size | |
EPosition | pos |
pos axis position | |
EGridLines | gridLines |
gridLines grid detalization | |
EAxisCross | cross |
cross determines axis position relative to null | |
bool | sourceLinked |
sourceLinked indicates if axis has at least one linked source | |
_tstring | minValue |
minValue minimum value for axis (type string is used for generality and processing simplicity) | |
_tstring | maxValue |
maxValue minimum value for axis (type string is used for generality and processing simplicity) | |
int | lblSkipInterval |
space between two neighbour labels | |
int | markSkipInterval |
space between two neighbour marks | |
int | lblAngle |
axis labels angle in degrees |
Structure that describes axis properties.