Is it possible To format y-axis scale values for e.g: To represent 12,000 as 12K, 12,000,000 as 12M.
without changing the actual data in series that’s used for plotting chart....the following code: Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...