libxlsxwriter
Loading...
Searching...
No Matches
Data Fields
lxw_chart_point Struct Reference

Struct to represent an Excel chart data point. More...

Detailed Description

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.

Examples
chart_doughnut.c, and chart_pie.c.

Data Fields

lxw_chart_lineline
 
lxw_chart_fillfill
 
lxw_chart_patternpattern
 

Field Documentation

◆ line

lxw_chart_line* lxw_chart_point::line

The line/border for the chart point. See Chart formatting: Line.

◆ fill

lxw_chart_fill* lxw_chart_point::fill

The fill for the chart point. See Chart formatting: Fill.

Examples
chart_doughnut.c, and chart_pie.c.

◆ pattern

lxw_chart_pattern* lxw_chart_point::pattern

The pattern for the chart point. See Chart formatting: Pattern.