Chart Axis Labels
Posted: Tue Dec 18, 2012 4:43 pm
Hello,
I am using version 3.1 of Open Office on Linux. I have created a plot but cannot seem to find how to attach an axis labels. Ideally I would like to do it programatically. I am able to set the title but cannot change the axis label...
I am trying
diagram = chartDoc.getDiagram()
xAxis = diagram.XAxis
xAxis.AxisTitle.String = "X Axis Label"
does not work....
Saleem
I am using version 3.1 of Open Office on Linux. I have created a plot but cannot seem to find how to attach an axis labels. Ideally I would like to do it programatically. I am able to set the title but cannot change the axis label...
I am trying
diagram = chartDoc.getDiagram()
xAxis = diagram.XAxis
xAxis.AxisTitle.String = "X Axis Label"
does not work....
Saleem