Support regarding PPT charts

Hello i am working on aspose slides functionality. Actually i am using aspose to create charts using java. now i want to get height of bar in charts to do some operations on it.

Hi Kaushal,


Thanks for your interest in Aspose.Slides.

I have observed your requirement and like to share that bar height is dynamic and depend on data inside series data points, variance of data and the plot area. This is rendered on runtime and unfortunately, there is no direct property available in this regard to get the respective bar height. Aspose.Slides offer Chart class that getPlotArea(). Inside, Plot Area class, you can get height of Plot Area that will refer to height of maximum bar. You can develop your own logic from this point onward to get the height of subsequent series data points by manipulating their values.

Many Thanks,