When calling Chart.ToImage(), the resulting image is missing the leader lines displayed in Excel.
Excel-Aspose-Comparison.png (147.3 KB)
Excel on the left, Aspose.Cells 25.6 on the right....// Assuming you have a Chart object 'chart' BufferedImage chartImage...getLeaderLines(); // Use a Graphics2D object to draw leader lines on the...