rajeshsegu Power User

Joined: 20 Dec 2005 Posts: 53
|
Posted: Sat Mar 11, 2006 4:57 am Post subject: X Axis Title and Y Axis Title |
|
|
XAxisXSupplier xAxisSupplier= (XAxisXSupplier)UnoRuntime.queryInterface(XAxisXSupplier.class, diagram);
XShape xAxisTitle = xAxisSupplier.getXAxisTitle();
Utility.setStringProperty(xAxisTitle,"String",XAxisTitle);
I use the above code snippet to populate the XAxisTitle of the Chart I am interested in. But it never reflected on the chart which opened the openoffice document.
Please direct me ways which can be used to set XAxis/ YAxis Title. I have checked the char documents but I found it limited....
Any help is appreciated,
Thank you,
Rajesh Segu
OpenOffice 1.1.5 |
|