Hi,
othman wrote:
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.
It is not possible to set a min date and a max date at the category
axes. You will need to provide strings in the spreadsheet that can be
taken as text for the category axes. Then choose the range oAddr in that
way that the first column has the dates as text.
Ingrid
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]