Search found 103 matches

by Thomas Klingler
Fri Sep 23, 2005 4:17 pm
Forum: VCL
Topic: overlaying colorgrid with polygons
Replies: 2
Views: 5127

Answered my own question.

Using ExchangeSeries brought my polygons to the front.

For whatever reason, I couldn't do this at design time.
by Thomas Klingler
Fri Sep 23, 2005 3:43 pm
Forum: VCL
Topic: overlaying colorgrid with polygons
Replies: 2
Views: 5127

overlaying colorgrid with polygons

I need to plot some polygons on top of a colorgrid series. Is this possible?
I've tried plotting a map series and a colorgrid series on the same chart but see only the colorgrid.
by Thomas Klingler
Wed Sep 14, 2005 1:25 pm
Forum: VCL
Topic: Different version of system RTL
Replies: 1
Views: 4531

Different version of system RTL

Delphi6 Pro, I installed TChart 7.01, but when I try putting anything Tchart on a form i get error that the Tee units were compiled with a different version of System.RTLversion.

I have D6 patched up to update 2 and RTL 1, 2 and 3. Is it a library path thing i need to reset somewhere?

thanks
Sean
by Thomas Klingler
Mon Sep 12, 2005 7:25 pm
Forum: VCL
Topic: Help System
Replies: 1
Views: 3953

Help System

I just upgraded to Delphi 2005 and bought TeeChartPro at the same time (I normally work in C++, but have used Delphi for years). What's up with the help files for TeeChart? Don't know if I installed it wrong or what but there doesn't seem to be any help in the IDE for it. Yes, I can go to the )old s...
by Thomas Klingler
Mon Aug 15, 2005 7:04 am
Forum: VCL
Topic: Setting the distance between axis and labels
Replies: 1
Views: 3999

Setting the distance between axis and labels

Hello everyone. I know this subject was discussed lots of times in the support section. Still there is a question that i hope someone will answer. As far as i know, LabelsSize property of TChartAxis is used for setting the distance between axis and labels. What if there is a need to set the distance...
by Thomas Klingler
Tue Jul 19, 2005 3:20 pm
Forum: VCL
Topic: Pie Chart Bug
Replies: 5
Views: 9272

We are experiencing the same problem...incorrect marktext on a pie chart. We have release 7, but how do we tell if we have the maintenance release with this fix? The About dialog does not provide complete version information...
by Thomas Klingler
Fri Jul 15, 2005 4:36 pm
Forum: ActiveX
Topic: Stacking data using one dataset
Replies: 5
Views: 7798

Hi Narcis,

Thanks for your suggestion. I made that change and found that it was not exactly what I am looking for. I posted two images on the newsgroup. One image of what I am currently getting and another of a prototype of what I would like to make in TeeChart.

Thanks again,

Richard
by Thomas Klingler
Thu Jul 14, 2005 3:19 pm
Forum: ActiveX
Topic: Stacking data using one dataset
Replies: 5
Views: 7798

Hi Narcis,

I have posted a simple example which reproduces the problem. Thank you for your quick response.

Richard
by Thomas Klingler
Wed Jul 13, 2005 10:26 pm
Forum: ActiveX
Topic: Stacking data using one dataset
Replies: 5
Views: 7798

Stacking data using one dataset

Is it possible to stack data using only one dataset? For example, stacking values by month:

Month(X) Value (Y)

Jan 10
Jan 3
Feb 20
Feb 8

When I try to stack them, they simply overlap.

Thanks
by Thomas Klingler
Mon Jul 11, 2005 9:22 pm
Forum: VCL
Topic: Install problem w/ Delphi 7 (Build 8.1) & Quick Report 4
Replies: 2
Views: 5528

Install problem w/ Delphi 7 (Build 8.1) & Quick Report 4

I have checked out your article link for manually installing the TChart packages after a QuickReports Upgrade (http://www.teechart.net/support/modules.php?name=News&file=article&sid=13). Unfortunately, if you get a compile error it says ' Now click the "Compile" button. The package should compile co...
by Thomas Klingler
Thu Jun 02, 2005 2:20 pm
Forum: VCL
Topic: DrawLine Tool
Replies: 1
Views: 4509

DrawLine Tool

I would like to be able to Draw a line from 1 polar series to another automatically at Runtime. Currently I display 2 concentric circles using TPolar series. I also dynamically display a line from the center to the inner circle at the specified angle. Something like a RADAR sweep. I would like to no...
by Thomas Klingler
Mon Mar 21, 2005 7:06 pm
Forum: VCL
Topic: 3D Clyinder projection
Replies: 3
Views: 12118

3D Clyinder projection

Back in 2001 I asked if TChart supported in some way the display of 3d data in cylindrical form. At that time the answer was basically NO. (search for "3d Cylinder" in the groups) Perhaps now there is some way to accomplish this. I have a dataset that includes x, theta and z components. It represent...
by Thomas Klingler
Mon Mar 14, 2005 3:42 pm
Forum: VCL
Topic: Polar Series Labesl
Replies: 2
Views: 5348

Polar Series Labesl

I would like to change the labels for a Polar Series from 0-360 to a 12 hr clock format. I tried to change the labels using: for(int x=0;x<360;x++){ AnsiString aStr = IntToStr(((360-ang)/30) + 1); Series1->Labels[x] = aStr; } But I still get 0-360 on the chart. I have a couple of other series on the...
by Thomas Klingler
Tue Mar 01, 2005 9:56 pm
Forum: VCL
Topic: teechart 7.04 borland 6 pack4 error zoom
Replies: 1
Views: 4228

teechart 7.04 borland 6 pack4 error zoom

in my project i have a old tchart and when i run the error :
Property Zoom not exist!

Please help me!
by Thomas Klingler
Mon Feb 21, 2005 6:12 pm
Forum: VCL
Topic: Hilighting pointrs on Tlineseries
Replies: 2
Views: 5708

Thanks Narcís, just the trick,
cheers
Sean