XSSFChart chart; chart.SetTitle();
I know how to set the title, but can't find a way to set the title not to overlay the chart
chart.GetCTChartSpace().chart.title.overlay = new CT_Boolean() { val = 0 };