Hi Aspose!
I’m having difficulties setting the width of a data series in a Chart.
I’m using the following code:
Line border = series.getBorder();
border.setColor(color);
border.setDashType(dashType);
border.setWeightPt(4);
This does however not work as I expected. I’m currently using Aspose 18.12 for Java. The following screenshot is from Excel which displays that the width is 3 (and not 4 as requested).
snip.png (10.4 KB)
Setting width to 2 works, but setting decimals (e.g. 2.5) doesn’t work at all. I might be doing this wrong, so I’m hoping you can guide me.
Kind regards
Kenneth