Hi Ingrid,
thanks for the elaborated response. I will discuss your propositions with
our project manager & probably post the feedback in this mailing list .
meantime , i hope we can continue on the issue of date formatting.
Ingrid Halama wrote:
>
> 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.
>
i think you mean i can set the range for dates in string formats like this :
XCellRange myRange = oRange.getCellRangeByName("A1230:E1740");
this did the trick for setting a min date and max date .what remains is only
to set a step for my range within the String range . i suppose this could be
done using a formula like :
oRange.getCellRangeByName("A1230:E1740:DATE_RANGE"); (i'm not sure if this
is possible)
is it possible to set a step range in string range formula ? if yes how to
specify this range step ?
if chart2 API is not able to format dates ranges , can i do it with standard
chart API ? and how ?
thanks.
--
View this message in context:
http://www.nabble.com/combined-chart-type-using-com%3Asun%3Astar%3Achart2-tp19003238p19165658.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]