Where find candlestick chart for wxwidgets?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
JenT
Earned some good credits
Earned some good credits
Posts: 114
Joined: Fri Oct 24, 2008 9:23 am

Where find candlestick chart for wxwidgets?

Post by JenT »

Hi,
I search google a lot of time, and I just only find wxfreechart.
But wxFreechart lost more features for candlestick chart, such as amount and average lines.

have any chart component for wxwidget to show candlestick chart ?

Thank you for your response.

:D
spectrum
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Sat Jul 21, 2007 12:17 pm

Post by spectrum »

hello,

maybe you can try to see http://personales.unican.es/carreracg/web/wxplot.html

regards
spectrum
orbitcowboy
I live to help wx-kind
I live to help wx-kind
Posts: 178
Joined: Mon Jul 23, 2007 9:01 am

Post by orbitcowboy »

There are other plotting libraries for wxWidgets

wxMathPlot and wxPlotCtrl

http://wxmathplot.sourceforge.net/
http://wxcode.sourceforge.net/showcomp. ... wxPlotCtrl

Best regards

Orbitcowboy
OS: Ubuntu 9.04 (32/64-Bit), Debian Lenny (32-Bit)
Compiler: gcc/g++-4.3.3 , gcc/g++-4.4.0
wxWidgets: 2.8.10,2.9.0
JenT
Earned some good credits
Earned some good credits
Posts: 114
Joined: Fri Oct 24, 2008 9:23 am

Post by JenT »

Thank you for all.

I Compare three Solutions that wxfreechart, wxMathPlot and wxPlotCtrl.

Although wxfreechart isn't enough for candlestick chart .

but at the candlestick stock case , wxfreechart is more than other.


:D
JenT
Earned some good credits
Earned some good credits
Posts: 114
Joined: Fri Oct 24, 2008 9:23 am

Re: Where find candlestick chart for wxwidgets?

Post by JenT »

In the candlestick chart, price and volume(amout) is the same important.

I review sample code, and write some current data into OHLCItem structure.
But in the wxfreechart, chart don't show volume.

Can anybody know how to show OHLCItem.Volume int the wxfreechart?


:(
Post Reply