Search found 26 matches

by Gerard
Thu Oct 23, 2008 10:58 pm
Forum: VCL
Topic: TeeChart 6.01 -> TeeChart 8.04 Problems
Replies: 4
Views: 8037

You can try using Color instead This works, however it changes the entire TeeChart colour. I want to change the background colour of the graph only - and have the remaining TeeChart object have a different background colour. If I'm being unclear let me know and I'll post a picture to explain better...
by Gerard
Wed Oct 22, 2008 10:40 pm
Forum: VCL
Topic: TeeChart 6.01 -> TeeChart 8.04 Problems
Replies: 4
Views: 8037

G'day again This may indicate that your x values didn't upgrade correctly. Could you please send us a simple example project we can run "as-is" to reproduce the problem here? Not trivially, I'm afraid. What has changed on the background? The actual TeeChart background is gray, and the background of ...
by Gerard
Wed Oct 22, 2008 4:43 am
Forum: VCL
Topic: TeeChart 6.01 -> TeeChart 8.04 Problems
Replies: 4
Views: 8037

TeeChart 6.01 -> TeeChart 8.04 Problems

G'day, I recently upgrade from BCB6 to BCB2009, and subsequently had to upgrade TeeChart from 6.01 Pro to 8.04 Pro. So I've migrated my program over, along with its TeeChart component. Basically my graph works by giving users a checkboxlist that they can use to toggle series on or off. Since updatin...
by Gerard
Tue Oct 07, 2008 3:43 am
Forum: VCL
Topic: Breaking up the legend
Replies: 1
Views: 4388

Breaking up the legend

G'day, I've currently got a graph that allows a number of series to be plotted. These series are actually divided into groups. For example, let's pretend I have three groups, each with a Quantity, Sold and Price series. At the moment I'm just adding all the series to the legend, and that's fine, exc...
by Gerard
Thu Oct 02, 2008 12:12 am
Forum: VCL
Topic: CodeGear RAD 2009 and TChart
Replies: 6
Views: 10591

Excellent - thanks.
by Gerard
Tue Sep 30, 2008 12:05 am
Forum: VCL
Topic: CodeGear RAD 2009 and TChart
Replies: 6
Views: 10591

Roughly when do you expect to have version 8.04 ready for release?
by Gerard
Wed Sep 24, 2008 11:44 pm
Forum: VCL
Topic: Upgrading C++Builder and TeeChart
Replies: 2
Views: 5876

Alright, cool. Thank you for your reply!
by Gerard
Wed Sep 24, 2008 5:58 am
Forum: VCL
Topic: Upgrading C++Builder and TeeChart
Replies: 2
Views: 5876

Upgrading C++Builder and TeeChart

G'day, Our company has been using C++Builder 6 with TeeChart Pro 6.01 for a while now. We've recently decided to upgrade to C++Builder 2009. We have a large project that we're trying to move to the new version of Builder. This has caused problems because 2009 only has the standard version of TeeChar...
by Gerard
Thu Nov 01, 2007 11:21 pm
Forum: VCL
Topic: Graph Stretching with Wide Screen Monitors
Replies: 12
Views: 17894

narcis wrote:Hi Gerard,

For completeness, there's also a known issue (TV52011987) which on certain resolutions in wide screens, even Circled=true, pie charts are displayed as an ellipse. This is already on our defect list to be enhanced for future releases.
Okey. Thanks for the reply.
by Gerard
Wed Oct 31, 2007 1:19 am
Forum: VCL
Topic: Graph Stretching with Wide Screen Monitors
Replies: 12
Views: 17894

Graph Stretching with Wide Screen Monitors

G'day, I'm using TeeChart Pro 6.01 and have a graph set with Algin = alClient. For standard monitor sizes, it works fine - TeeChart automatically resizes the graph appropriately depending on the size of the parent window. However, on wide screen monitors the graph is horizontally stretched (e.g. for...
by Gerard
Thu Oct 18, 2007 3:33 am
Forum: VCL
Topic: Printing with Custom Canvas Objects
Replies: 2
Views: 6021

Ah excellent, thank you! That helps a lot.
by Gerard
Wed Oct 17, 2007 5:16 am
Forum: VCL
Topic: Printing with Custom Canvas Objects
Replies: 2
Views: 6021

Printing with Custom Canvas Objects

Using TeeChart 6.1 with BCB6, I have a graph that I enhance by drawing additional information directly to the canvas. (Just simple stuff... boxes, labels etc) My only problem is that if I try to call the TeeChart's Print() method it only prints the graph - none of my custom objects. Can someone plea...
by Gerard
Fri Oct 12, 2007 6:54 am
Forum: VCL
Topic: Sixteen compass points on Wind Rose
Replies: 1
Views: 4731

Sixteen compass points on Wind Rose

G'day, I'm using Teechart 6.1 to draw a Wind Rose and would like to have it display 16 compass points (N, NNE, NE, NEE, E, ESE etc). Going into the options, it appears that I can edit the compass points by changing the Desired Increment value of Bottom Axis (see Axis tab). It appears to work by disp...
by Gerard
Tue Jan 30, 2007 3:34 am
Forum: VCL
Topic: TCursorTool invisible when graph is monochrome
Replies: 1
Views: 4518

TCursorTool invisible when graph is monochrome

System
XP, BCB6(update pack 4), TeeChart Pro 6.01

Description:
- TCursorTool not shown when Chart1->monochrome = true
- Cursor->Active == true

Note:
- TCursorTool *is* shown when Chart1->monochrome = false

cheers
Stephen

PS. Example Project was uploaded via the upload utility
by Gerard
Mon Jan 29, 2007 10:41 pm
Forum: VCL
Topic: Missing Series on Export Image (XP, BCB6, TeeChart 6.01)
Replies: 2
Views: 5883

Problem Solved - The component failed to repaint itself.

By forcing a repaint by paint() before calling the export the problem is solved. Now every plot are there.

cheers