Search found 7 matches

by Badger101
Thu Nov 29, 2012 9:49 am
Forum: VCL
Topic: TPolarSeries strange behaviour
Replies: 1
Views: 4423

TPolarSeries strange behaviour

Good day, I am trying to use a TPolarSeries and I get strange results. For example, the following code, which should plot a circle, plots only a dot in the middle of the plot. Series1->GetVertAxis->Automatic = 1; Series1->GetHorizAxis->Automatic = 1; Series1->Circled = 1; for(int i = 0; i < 360; i+=...
by Badger101
Wed Nov 17, 2010 12:00 pm
Forum: Wishes and ideas
Topic: TeeChart for Linux, Qt
Replies: 2
Views: 27014

Re: TeeChart for Linux, Qt

Yeray, Thanks for the response. I am looking for a C++ interface or a way for C++ to use TeeChart. Qt is a C++ framework for cross platform development. Qt does have support for ActiveX on Windows platforms (http://doc.qt.nokia.com/latest/activeqt.html) but I am trying to move to Qt development that...
by Badger101
Wed Nov 17, 2010 11:03 am
Forum: Wishes and ideas
Topic: TeeChart for Linux, Qt
Replies: 2
Views: 27014

TeeChart for Linux, Qt

Hi,

Is there any way of using TeeChart in Linux?

Are there any plans to get TeeChart components for Qt? Or to get any of the TeeChart versions working with Qt (Windows and Linux)?

Thank you,
by Badger101
Mon Nov 08, 2010 6:29 am
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18505

Re: Property does not exist!!!

My solution was to re-create the project from scratch and then including the source files from the old project into the new one. Could not get it working by changing my paths...

Thanks for the help Narcis
by Badger101
Fri Nov 05, 2010 12:40 pm
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18505

Re: Property does not exist!!!

I have tried uninstalling all of the TeeCharts that I have tested and still found all the versions' bpl files in my windows/system32/ folder. Is this deliberate or doesn't the uninstaller for TeeChart remove everything it installed? I have removed all these bpl files and re-installed TeeChart2010Del...
by Badger101
Fri Nov 05, 2010 12:13 pm
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18505

Re: Property does not exist!!!

Narcis, I have looked at the link you provided and tried to apply it to the best of my abilities in C++ Builder 2010 but still have the same problems. I might have missed something since the link describes how it should be in Delphi not in C++. I might be wrong but the link also shows for if you com...
by Badger101
Fri Nov 05, 2010 10:34 am
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18505

Re: Property does not exist!!!

Hi, I am having exactly the same problem. I am trying to upgrade from Borland C++ builder 6 to RAD studio 2010. I get Error reading Chart1->BackWall.Brush.Gradient.Direction: Property BackWall.Brush.Gradient.Direction does not exist . I have uninstalled all other versions of TeeChart and it still gi...