libxlsxwriter
|
Struct to represent an Excel chart data point. More...
The lxw_chart_point used to set the line, fill and pattern of one or more points in a chart data series. See Working with Chart Points.
Data Fields | |
lxw_chart_line * | line |
lxw_chart_fill * | fill |
lxw_chart_pattern * | pattern |
lxw_chart_line* lxw_chart_point::line |
The line/border for the chart point. See Chart formatting: Line.
lxw_chart_fill* lxw_chart_point::fill |
The fill for the chart point. See Chart formatting: Fill.
lxw_chart_pattern* lxw_chart_point::pattern |
The pattern for the chart point. See Chart formatting: Pattern.