0
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

JAYY5
  • 11
  • 2

1 Answers1

1
chart.GetCTChartSpace().chart.title.overlay = new CT_Boolean() { val = 0 };
Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
JAYY5
  • 11
  • 2