libxlsxwriter
|
Struct to represent a chart line. More...
Data Fields | |
lxw_color_t | color |
uint8_t | none |
float | width |
uint8_t | dash_type |
uint8_t | transparency |
lxw_color_t lxw_chart_line::color |
The chart font color. See Working with Colors.
uint8_t lxw_chart_line::none |
Turn off/hide line. Set to 0 or 1.
float lxw_chart_line::width |
Width of the line in increments of 0.25. Default is 2.25.
uint8_t lxw_chart_line::dash_type |
The line dash type. See lxw_chart_line_dash_type.
uint8_t lxw_chart_line::transparency |
Set the transparency of the line. 0 - 100. Default 0.