Hi 
I have a requirement where I need to plot x ( Time) and y (Effort) so that
the y axis would have bars spanned over the X axis.
     |
  Y |---------|
     |---------|
     |
      ---------------------
           wk1    wk2   
                 X

 I know that the call 
 aChartDoc = aChartHelper.insertOLEChart(
                 "BarChart",
                 aPos,
                 aExtent,
                 "com.sun.star.chart.BarDiagram" );

will generate a BarChart with X axis has the bars spanned over Y. Is there a
way to reverse this representation? Is this supported at all in OpenOffice?.
Iam using OpenOffice 1.1.5
 
Please advise

Tx

Houh
-- 
View this message in context: 
http://www.nabble.com/plot-y-horizontally-in-OpenOffice-tp18284140p18284140.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to