Search found 14 matches

by Jørgen
Tue Jun 19, 2012 9:11 pm
Forum: VCL
Topic: Problem with gradient on AreaSeries
Replies: 3
Views: 5977

Re: Problem with gradient on AreaSeries

Hello Sandra

Thank you so much for answering. I have users of my software who definitely will complain about why I have changed the layout. Is there any other series whereby I can achieve the same effect as shown in the attached image?

Thanks for helping :-)
Jørgen
by Jørgen
Mon Jun 18, 2012 8:33 pm
Forum: VCL
Topic: Problem with gradient on AreaSeries
Replies: 3
Views: 5977

Problem with gradient on AreaSeries

Hi I have just updated to version 2011 from 8.07. In the old version I had an AreaSeries with a gradient starting on red and ending on yellow, which gave a very nice "red mountain" like picture. However, in the new version I get some strage vertizal zones (see attached image). Any advice on how to r...
by Jørgen
Fri Sep 04, 2009 10:22 am
Forum: VCL
Topic: Problem with filled 2D contours
Replies: 7
Views: 12621

Re: Problem with filled 2D contours

Hi Narcis

Has this issue been fixed in 8.06?

Regards Jørgen
by Jørgen
Fri Jun 26, 2009 2:14 pm
Forum: VCL
Topic: Speed with area series
Replies: 1
Views: 3653

Speed with area series

Hi I have a problem with area series. I have a video player like application with 12 tchart connected to 12 images. The chart shows some an area series related to an image. On top of the area series there is a fast line which shows the time progress. See below for example Clipboard02.jpg However the...
by Jørgen
Tue Mar 03, 2009 3:30 pm
Forum: VCL
Topic: Transparent Background
Replies: 10
Views: 17918

Could you send this to me as well?

Thanks Jørgen
by Jørgen
Fri Nov 14, 2008 9:06 am
Forum: VCL
Topic: Markstip Tool
Replies: 3
Views: 5777

Hi Narcis I'm using RAD 2007 (C++ personality) and TeeChart 8.04. The code is pretty simple. 1. Add a TChart 2. Add two point series 3. Add two MarksTipTool and set one to all series and the other to Series2. 4. Add some points at run time. Below is shown C++ constructer and dfm. Should I also uploa...
by Jørgen
Fri Nov 14, 2008 8:01 am
Forum: VCL
Topic: Markstip Tool
Replies: 3
Views: 5777

Markstip Tool

Hi I have a small question regarding the Markstip tool. I have a chart with a highly varying number of series. To the chart I have attached TWO MarksTip Tools: 1. For all series show the Label 2. For one specific series only show X and Y values. The hints are correctly displayed in the chart. Howeve...
by Jørgen
Thu Oct 30, 2008 11:38 am
Forum: VCL
Topic: ContourSeries and Chart Editor
Replies: 3
Views: 5493

Hi Narcis

Works perfectly. Thank you for excellent support! :D
by Jørgen
Wed Oct 29, 2008 2:11 pm
Forum: VCL
Topic: ContourSeries and Chart Editor
Replies: 3
Views: 5493

ContourSeries and Chart Editor

Hi I have a problem with the Chart Editor and a ContourSeries. At design time the editor gives me access to the following tabs: Format, Grid3D, General, Marks and Data Source. However, at run time (CharEditor->Execute) I only have access to General, Marks and Data Source Why are Format and Grid3D no...
by Jørgen
Tue May 27, 2008 12:06 pm
Forum: VCL
Topic: Problem with filled 2D contours
Replies: 7
Views: 12621

Thanks!


Is there any works arounds so that I can display irregular filled 2D contours? I.e. by using other series types?

Jørgen
by Jørgen
Tue May 27, 2008 11:38 am
Forum: VCL
Topic: Problem with filled 2D contours
Replies: 7
Views: 12621

Problem with filled 2D contours

HI I have a problem with a 2D filled Contour plots. Just placing a chart with a 2D contour series and using the code below: Series1->IrregularGrid = true; Series1->Brush->Style = bsSolid; for (int i=0;i<10;i++) { for (int j=0;j<25;j++) Series1->AddXYZ(i,i*j-random(0.5*i*j),j); } This gives contours ...
by Jørgen
Wed Jan 02, 2008 11:27 am
Forum: VCL
Topic: Can't compile after updating C++ 2007
Replies: 3
Views: 5997

Hi Narcis

Just solved it. I was using 8.02, however I had not removed 8.01 before installing 8.02.

Thus, removing both 8.02 and 8.01 and re-installing 8.02 solved the problem! Guess that there was some old 8.01 stuff that was conflicting!

Thanks for excellent support!

Jørgen
by Jørgen
Wed Jan 02, 2008 9:37 am
Forum: VCL
Topic: Can't compile after updating C++ 2007
Replies: 3
Views: 5997

Can't compile after updating C++ 2007

Hi

Just updated my Codegear C++ 2007 with the december update. However, when I compile my project I get "TTeefilter is not a member of Tecanvas".

I'm using TeeChart 8.02 and all my paths should is OK. How do I solve this?

Thanks Jørgen
by Jørgen
Mon Dec 03, 2007 9:04 am
Forum: VCL
Topic: Zoom Problem
Replies: 1
Views: 4061

Zoom Problem

Hi After a zoom my chart sometimes (approx. every 5'th time) looks strange. The axes has "two" scales and the area outside the chart has an incorrect color. Then when a point is added to the graph everything looks fine again. I only have two event connected to the Chart:: BeforeDrawChart and OnClick...