I have a java file generating an excel sheet containing a ton of data. For better user experience, we decided to simply generate a line chart out of the data.
Generating the chart wasn't difficult, but getting it to be the exact shape as we need it is a problem. Currently, the chart border looks like this:
As you can see, the border is curved at the corner. I want it to look like this:
So, far I have not been able to find a way to do that. The documentation isn't very detailed about this.
So in your opinion rounded corners are outdated? I am this opinion too, but as it seems
Microsoft
is not. Because if in CTChartSpace theRoundedCorners
is not set, then it istrue
by default.But fortunately we can set it as needed using following method:
Complete Example: