Hi,
i have a standard OHLC (candlestick) chart which could be drawn on OO
perfectly. OO could draw the OHLC chart but could not combine it with other
line charts in the same graph .
What i needed is a way to modify the OO code so that it could superimpose
charts with same coordinate system to appear on the same graph.(candlestick
chart + line charts)

The com:sun:star:chart API is very rigid on the chart type so you need to
develop new chart type to take care of our needs and it is not flexible to
use this approach.
The com:sum:star:chart2 API appears to be the answer as it has the
infrastructure in place to allow you to draw more than one charttype on the
same graph under the same coordinate system. However, I have never tried
this feature out.

does anyone know how to combine two chart types (candlestick and line chart)
in same coordinate system ? i need to do this programaticaly using java
com:sun:star:chart2 module. (as i said i have little knowledge how to use
the chart2 module)

i would appreciate any small snippet code showing how to achieve this
charttype combination. (java or even visual basic code)

thanks. 
-- 
View this message in context: 
http://www.nabble.com/combined-chart-type-using-com%3Asun%3Astar%3Achart2-tp19003238p19003238.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