Search found 103 matches

by Thomas Klingler
Wed Feb 01, 2006 6:46 am
Forum: VCL
Topic: Load *.tee
Replies: 11
Views: 13906

Load *.tee

Hello, how can I load a saved *.tee file to a chart?
by Thomas Klingler
Sat Jan 28, 2006 12:51 pm
Forum: VCL
Topic: Backround normal value Sign
Replies: 3
Views: 5763

Backround normal value Sign

Hello, is there a way to sign the normal Valus in the Backround as a board to have a better display witch values will be higher or lower then normal?
by Thomas Klingler
Thu Jan 12, 2006 7:23 am
Forum: VCL
Topic: Installing TeeChart on BCB6
Replies: 1
Views: 3921

Installing TeeChart on BCB6

When I try to install TeeChart 7.06 on BCB6 I get an error saying "Borland Builder 6 cannot be found. Please check that Borland Builder 6 is installed correctly before installing TeeChart." I have just installed BCB6 and it works fine. Nothing is made different than what the installer suggests. BCB6...
by Thomas Klingler
Sat Oct 22, 2005 6:45 am
Forum: VCL
Topic: Slow screen update when using a thread
Replies: 3
Views: 7038

Slow screen update when using a thread

Hello, We have the VCL 7.05, I have a TChart with multiple TLineSeries graphs being displayed. I have a thread that reads a specific database format and loads the data into the series. This seems to work fine as long as I'm not looking at the series when they are being updated on the screen. I have ...
by Thomas Klingler
Wed Oct 19, 2005 3:39 pm
Forum: VCL
Topic: Single Mark on LineSeries Value
Replies: 5
Views: 7816

Hi Narcis,

thanks, this would help me a bit.

But is it not exactly what I wanted.
Because I have up to 100 Series in the Chart and the TAnnotationTool let me show the Value of only one series. So I have to use 100 TAnnotationTools to solve the problem.
Not so nice!

Greetings
Jogi
by Thomas Klingler
Wed Oct 19, 2005 1:16 pm
Forum: VCL
Topic: Single Mark on LineSeries Value
Replies: 5
Views: 7816

Ok!

I found it. And I programmed it.

But the Mark disappears after 2 seconds.
I allso need it to be printed.

Jogi
by Thomas Klingler
Wed Oct 19, 2005 12:11 pm
Forum: VCL
Topic: Single Mark on LineSeries Value
Replies: 5
Views: 7816

Single Mark on LineSeries Value

Hi,

I want to show a Single Mark on a LineSeries at that x-Position that I click.

Because the Line Series has more than 1000 Values and if I show all marks, they overlap each other and nothing is seen.

I would like to use the OnClickSeries Event do do this.
Any solution?

Thanks
Jogi
by Thomas Klingler
Thu Oct 13, 2005 4:58 pm
Forum: VCL
Topic: Multiple Bar Problem
Replies: 3
Views: 6568

Multiple Bar Problem

Hi, I make a Chart with some TBarSeries, and I want to view any BarSerie in a diferent Z-Position. I try to use the multibar layout: Series->MultiBar = Series::mbNone; and it doesn't work, all the BarSeries are in the same Z-position. I'm looking for another property to change the Z-Position of the ...
by Thomas Klingler
Tue Oct 11, 2005 6:19 pm
Forum: VCL
Topic: overlaying colorgrid series
Replies: 5
Views: 7640

Thanks for the reply but that does not seem to work. Only the colorgrid 'on top' is visible.

As a futher clarification, I need the 'top' colorgrid to be semi-transparent so both can be seen simultaneously.
by Thomas Klingler
Thu Oct 06, 2005 3:02 pm
Forum: VCL
Topic: Text print problem
Replies: 3
Views: 5871

Hi Pep, I read the txt file which talks about how to print better and it don't talk about my problem. The document talk about "wysiwyg" (what you see is what you get) but in the print preview I can see the font in a small size, and when try to print all the image are the same of preview except the t...
by Thomas Klingler
Wed Oct 05, 2005 4:16 pm
Forum: VCL
Topic: Text print problem
Replies: 3
Views: 5871

Text print problem

Hello, I have a problem when I try to print a Chart with an added text with this function: "Chart2->Canvas->TextOut3D()". The printed Chart are the same that the Chart preview but the text are more bigger! I try to fix the size with: Chart1->Canvas->Font->Size =8; Chart1->Canvas->TextWidth (txt); Ch...
by Thomas Klingler
Wed Oct 05, 2005 3:55 pm
Forum: VCL
Topic: PageControl/TabSheet color
Replies: 1
Views: 4428

Oops, sorry. This is Builder question, not a TChart question.
by Thomas Klingler
Wed Oct 05, 2005 3:15 pm
Forum: VCL
Topic: overlaying colorgrid series
Replies: 5
Views: 7640

Sorry, I may have been unclear.

It is not the grid of the overlaying series that is the problem but the series itself.

I need to plot two colorgrid series on the same chart. The 'top' colorgrid series needs to be transparent so that the underlying colorgrid series can be seen.
by Thomas Klingler
Wed Oct 05, 2005 3:10 pm
Forum: VCL
Topic: PageControl/TabSheet color
Replies: 1
Views: 4428

PageControl/TabSheet color

How do I set the panel (?) color of a PageControl or the TabSheets on it?
By default they take the color of the form on which they are placed which makes them blend into the background.
by Thomas Klingler
Wed Oct 05, 2005 2:27 pm
Forum: VCL
Topic: overlaying colorgrid series
Replies: 5
Views: 7640

overlaying colorgrid series

Is it possible to set the transparency of an entire colorgrid series so that I can overlay 2 grids?

I need to retain the ability to zoom.

At present, I'm simulating this effect by using transparent polygons for the overlaying grid, but my new project doesn't allow this approach.