Board index » cppbuilder » Setting Financial Chart in Chart FX FE
Jonilie Echave
![]() CBuilder Developer |
Fri, 24 Oct 2003 16:50:15 GMT
Setting Financial Chart in Chart FX FE
I'm currently running ChartFX in C++ Builder platform and I really find it
quite difficult to obtain online resources regarding this topic. I hope you would be so kind to give me an idea about a certain problem I have with the topic. I want to initialize my chart into an Analytical Chart so that it displays ChartFX1.Gallery = FinExt.GalleryType(CHART_ANALYTICAL) If you invoke the Chart FX Gallery property as follows: ChartFX1.Gallery = CHART_ANALYTICAL The constant associated with CHART_ANALYTICAL is 4, which, in Chart FX 98 Since I'm using Borland C++ Builder, I have this following line of code to ChartFX1->Gallery = FinExt->get_GalleryType(CHART_ANALYTICAL); But it reports an EAccessViolation Error. Please help! Thank you, Jonilie L. Echavez |