libxlsxwriter
|
Struct to represent an Excel chart. More...
The members of the lxw_chart struct aren't modified directly. Instead the chart properties are set by calling the functions shown in chart.h.
Data Fields | |
lxw_chart_axis * | x_axis |
lxw_chart_axis * | y_axis |
lxw_chart_axis* lxw_chart::x_axis |
A pointer to the chart x_axis object which can be used in functions that configures the X axis.
lxw_chart_axis* lxw_chart::y_axis |
A pointer to the chart y_axis object which can be used in functions that configures the Y axis.