How to reposition data point label text frame for particular stack (Java)

Hi Team,

I want to re-positing default data point label text frame for individual stack with my required pixel/inches instead of using iDataLabel.getDataLabelFormat().setPosition(int arg0); method. I have also check with iDataLabel.getActualHeight() method it is return always 0 (zero) and iDataLabel.getHeight() return NaN. could you please help me.

@prashant.barwe,

I have observed the requirements shared. Actually, when you set the X and Y position of the label the setPosition() method has no affect. The ActualX() and ActualY() methods should return valid values. The following example should work. At present, you get ActualX() and ActualY() values once you save the presentation and load that again. An issue with ID SLIDESJAVA-37614 has been created in our issue tracking system to resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

The issues you have found earlier (filed as SLIDESJAVA-37614) have been fixed in this update.