hi,

Ingrid Halama wrote:
> 
> With chart2 API the categories have to be attached to the according x 
> axis. When you create the chart using the standard API set parameter 
> 'bRowHeaders' to true in the method addNewByName().
> http://api.openoffice.org/docs/common/ref/com/sun/star/table/XTableCharts.html
> 
i did that already in my code :
   XTableCharts oCharts = oSupp.getCharts();
   oCharts.addNewByName("combined chart", oRect, oAddr, true, true);

Ingrid Halama wrote:
> 
> You then can manipulate the created chart afterwards with the chart2 API.
> 
yes i need to manipulate the dates ranges programatically (set a min date ,
a max date and range date) is that possible thing to do with chart2 ? 
you said i need to do it with standard chart API . Sorry i didn't get your
point .i hope you can help me more about this issue.
thanks.



-- 
View this message in context: 
http://www.nabble.com/combined-chart-type-using-com%3Asun%3Astar%3Achart2-tp19003238p19147030.html
Sent from the openoffice - api dev mailing list archive at Nabble.com.


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

Reply via email to