Search found 109 matches

by franckgar
Wed Apr 21, 2010 12:35 pm
Forum: VCL
Topic: Download Section TeeChart v8.0x
Replies: 8
Views: 11002

Re: Download Section TeeChart v8.0x

ok, I found the problem ... it's due to my internet access (through a proxy/firewall). I don't understand why but with a direct internet access I can go to the download section. Concerning the binary package, which package is recommended for C++Builder2009 ? I see for C++Builder6, but not for 2009 ....
by franckgar
Wed Apr 21, 2010 10:28 am
Forum: VCL
Topic: Download Section TeeChart v8.0x
Replies: 8
Views: 11002

Re: Download Section TeeChart v8.0x

done...with IE and Firefox ... but no download page
Thank you for the mail, this the same login/pw i've used ..... and same results, no download page.
by franckgar
Wed Apr 21, 2010 9:35 am
Forum: VCL
Topic: Download Section TeeChart v8.0x
Replies: 8
Views: 11002

Re: Download Section TeeChart v8.0x

Here is screen-shots of my browser (firefox) : I go to http://www.steema.com/download/vcl : http://img13.imageshack.us/img13/7754/86743315.jpg When I click on "link" the next page appears : http://img693.imageshack.us/img693/8019/46426054.jpg I enter my customer number, my licence number and my pass...
by franckgar
Wed Apr 21, 2010 8:57 am
Forum: VCL
Topic: Download Section TeeChart v8.0x
Replies: 8
Views: 11002

Download Section TeeChart v8.0x

Hello, I tried to download the last TeeChart v8.0x for Delphi and C++Builder but I can't access to the download section. I have a valid licence for TeeChart v8.xx, and up to v8.06 I have no problem to access to the download section .... but since your new web site it is no more possible. :( Thanks f...
by franckgar
Fri Apr 09, 2010 1:52 pm
Forum: VCL
Topic: Synchronize zero axes
Replies: 3
Views: 6496

Re: Synchronize zero axes

Thanks for your response
yes of course if I control manualy left and rigth axes I can synchronize theirs zeros ... but I will lose the "automatic scale" of these axes.
Any other solutions ?

regards
by franckgar
Fri Apr 09, 2010 10:29 am
Forum: VCL
Topic: Synchronize zero axes
Replies: 3
Views: 6496

Synchronize zero axes

Hi,
is there an option to simply synchronize the zero of left and rigth axes like this :

Image

and not like this

Image

thanks in advance
by franckgar
Thu May 28, 2009 9:29 am
Forum: VCL
Topic: TeeChart v7 with Delphi 2009
Replies: 2
Views: 5669

ok, thanks for the information
Franck
by franckgar
Thu May 28, 2009 7:35 am
Forum: VCL
Topic: TeeChart v7 with Delphi 2009
Replies: 2
Views: 5669

TeeChart v7 with Delphi 2009

Hello,
Is it possible to install TeeChart v7.07 (with source code v7.12) on Delphi 2009 ?
In your download section I've only found the installer for Delphi 2007.


Thanks
Franck
by franckgar
Thu May 07, 2009 11:59 am
Forum: VCL
Topic: Custom axis labels
Replies: 6
Views: 10425

thanks for your help
Franck
by franckgar
Thu May 07, 2009 9:43 am
Forum: VCL
Topic: Custom axis labels
Replies: 6
Views: 10425

Your first possibility does not work on my side :(
You are working with TeeChart v8.xx ?

The second works ... but it is not very practical

Franck
by franckgar
Thu May 07, 2009 7:23 am
Forum: VCL
Topic: Custom axis labels
Replies: 6
Views: 10425

In my case, default axis labels are hidden as soon as I had a custom one.

You could reproduce it with the example Axes->Labels->CustomLabels in Tee7New.exe

Franck

NB: I'm working with TeeChart v7.07 (source v7.12)
by franckgar
Wed May 06, 2009 2:27 pm
Forum: VCL
Topic: Custom axis labels
Replies: 6
Views: 10425

Custom axis labels

Hi,
I have a question concerning axis labels : is it possible to keep default axis labels when adding a custom one with the routine

Code: Select all

NewAxisItem := Chart.DepthAxis.Items.Add(0.0)
thanks
Franck
by franckgar
Fri Apr 17, 2009 3:31 pm
Forum: VCL
Topic: TTowerSeries + runtime chart editor
Replies: 4
Views: 8125

Thanks .... the problem is resolved
by franckgar
Fri Apr 17, 2009 8:07 am
Forum: VCL
Topic: TTowerSeries + runtime chart editor
Replies: 4
Views: 8125

TTowerSeries + runtime chart editor

Hi,

I have a strange problem with the runtime chart editor (call with the routine EditChart)

In runtime, the tabs "Format" and "Grid 3D" of my TTowerSeries are not visible in the chart editor !!?? I've not this problem in design mode.

Any ideas ?
Franck
by franckgar
Wed Apr 08, 2009 2:32 pm
Forum: VCL
Topic: Null point with TPoint3DSeries
Replies: 1
Views: 4525

Null point with TPoint3DSeries

Hie, I try to use TPoint3DSeries on TeeChart v7.12, but I encounter problems with null point. I set TPoint3DSeries .Pen.Visible := TRUE for displaying the lines between points. My problem is that line are always displayed between null points !! (This pb doesn't occured in 2D mode) Any ideas of the p...