Hi Aspose team,
I want to generate chart as shown in below picture, Can you please help on this.
I am able to generate bellow chart but not able to add images on MajorGridLines...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...add("Series 1", new String[] { "Category 1", "Category 2" }, new double[]...