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

Struct to represent an Excel chart. More...

Detailed Description

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.

Examples
chart.c, chart_area.c, chart_bar.c, chart_clustered.c, chart_column.c, chart_data_labels.c, chart_data_table.c, chart_data_tools.c, chart_doughnut.c, chart_fonts.c, chart_line.c, chart_pattern.c, chart_pie.c, chart_radar.c, chart_scatter.c, chart_styles.c, and chartsheet.c.

Data Fields

lxw_chart_axisx_axis
 
lxw_chart_axisy_axis
 

Field Documentation

◆ x_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.

Examples
chart_area.c, chart_bar.c, chart_column.c, chart_data_table.c, chart_fonts.c, chart_line.c, chart_pattern.c, chart_scatter.c, and chartsheet.c.

◆ y_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.

Examples
chart_area.c, chart_bar.c, chart_column.c, chart_data_table.c, chart_fonts.c, chart_line.c, chart_pattern.c, chart_scatter.c, and chartsheet.c.