libxlsxwriter
|
Struct to represent an Excel chart data label. More...
The lxw_chart_data_label struct is used to represent a data label in a chart series so that custom properties can be set for it.
Data Fields | |
const char * | value |
uint8_t | hide |
lxw_chart_font * | font |
lxw_chart_line * | line |
lxw_chart_fill * | fill |
lxw_chart_pattern * | pattern |
const char* lxw_chart_data_label::value |
The string or formula value for the data label. See Custom Chart Data Labels.
uint8_t lxw_chart_data_label::hide |
Option to hide/delete the data label from the chart series. See Custom Chart Data Labels.
lxw_chart_font* lxw_chart_data_label::font |
The font properties for the chart data label. Chart formatting: Fonts.
lxw_chart_line* lxw_chart_data_label::line |
The line/border for the chart data label. See Chart formatting: Line.
lxw_chart_fill* lxw_chart_data_label::fill |
The fill for the chart data label. See Chart formatting: Fill.
lxw_chart_pattern* lxw_chart_data_label::pattern |
The pattern for the chart data label. See Chart formatting: Pattern.