SimpleXlsx  r0.19
 All Classes Namespaces Functions Variables Enumerations Pages
SimpleXlsx::CChartsheet::Axis Struct Reference

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

Detailed Description

Structure that describes axis properties.

Note
gridLines and sourceLinked properties will have no effect at using with additional axes because of Microsoft Open XML format restrictions

The documentation for this struct was generated from the following file: