I can set the chart title to an empty string but is there a way to hide the chart title area like in PowerPoint? Set it to an empty string still leaves space at the top of the chart on the slide for a t
var syncChart = slide.Shapes.AddChart(36, 72, width, height);
syncChart.ChartTitle = "";