Search found 7 matches

by Linus Ljung
Wed Oct 26, 2005 11:38 am
Forum: VCL
Topic: TColorLineTool.Style := clmaximum
Replies: 5
Views: 7444

Now it works fine, thanks!

BR
Linus
by Linus Ljung
Wed Oct 26, 2005 11:09 am
Forum: VCL
Topic: TColorLineTool.Style := clmaximum
Replies: 5
Views: 7444

Hi, thanks for the answer!

I use version 7.01 is there i differance?
I cant get your code to work either.

I am not in a state where i want to upgrade to a newer version, since the project is under strict quality control, a lot of spec has to be accepted once again.

BR
Linus
by Linus Ljung
Wed Oct 26, 2005 10:34 am
Forum: VCL
Topic: TColorLineTool.Style := clmaximum
Replies: 5
Views: 7444

TColorLineTool.Style := clmaximum

TColorLineTool.Style := clmaximum but TColorLineTool.Value still point to the left of the x axis. I want to collect the last added value in the grid for displaying in a edit box. I get a value but it is from the first value in the grid, not the last as i want. Is there some update that has to be don...
by Linus Ljung
Tue Oct 18, 2005 2:32 pm
Forum: VCL
Topic: Default save dir TeeExport
Replies: 4
Views: 7370

Code for explanation

I use today:

TeeExport(Self,TrendChart);

What i want

TrendChart.??.SetSaveDir('Dir');
TeeExport(Self,TrendChart);
by Linus Ljung
Tue Oct 18, 2005 2:28 pm
Forum: VCL
Topic: Default save dir TeeExport
Replies: 4
Views: 7370

Hi, and thanks for the answer!

The problem is that i still want to use the Export dialog before i save the chart, so it is the "save buttons" directoty in the teechart export dialog i want to change.
by Linus Ljung
Tue Oct 18, 2005 1:48 pm
Forum: VCL
Topic: Default save dir TeeExport
Replies: 4
Views: 7370

Default save dir TeeExport

Hi!
I want to use TeeExport but can't find any solution to point to a predefined directory. Is there a way to do this?