@param chart Pointer to a lxw_chart instance to be configured.
In general in Excel a chart title isn't displayed unless the user
explicitly adds one. However, Excel adds an automatic chart title to charts
with a single series and a user defined series name. The
chart_title_off() function allows you to turn off this automatic chart
title:
@brief Turn off an automatic chart title.
@param chart Pointer to a lxw_chart instance to be configured.
In general in Excel a chart title isn't displayed unless the user explicitly adds one. However, Excel adds an automatic chart title to charts with a single series and a user defined series name. The chart_title_off() function allows you to turn off this automatic chart title:
@code chart_title_off(chart); @endcode