Search found 13 matches

by Newbie
Tue Sep 16, 2008 10:04 am
Forum: VCL
Topic: Panel transpareency
Replies: 15
Views: 20172

Hi Narcís,

Yep, I was too much in a hurry.
Now it works fine!

Many thanks, Cock
by Newbie
Tue Sep 16, 2008 8:54 am
Forum: VCL
Topic: Panel transpareency
Replies: 15
Views: 20172

Hi Narcís, Thanks for your quick reply, however I think I was not very clear with my question. The area I would like to have transparent is not the whole chart, but the area wich you select in the ChartEditor --> Panel --> BackGround. (Also in the ChartEditor -->Walls -->Back -->Color := clWhite, Vi...
by Newbie
Tue Sep 16, 2008 8:04 am
Forum: VCL
Topic: Panel transpareency
Replies: 15
Views: 20172

Panel transpareency

Hi,

I'm using D7 with TeeChart Pro 7.07

Is there a trick or property somewhere to set the Panel --> Background to transparent?
I can't see it in the properties, or do I miss something?

Thanks in advance for your help,

Kind regards, Cock
by Newbie
Wed Apr 02, 2008 10:20 am
Forum: VCL
Topic: Scrolling & ProcessorLoad
Replies: 7
Views: 9598

Hi Yeray,

Thanks for your idea's. They have stimulated my creativity!

As there is a running timer in the application for observing and processing data acquisition data, I can use this timer as well for slowing down repaints when customer is teasing the application.

Kind regards,

Davy
by Newbie
Tue Apr 01, 2008 2:39 pm
Forum: VCL
Topic: Scrolling & ProcessorLoad
Replies: 7
Views: 9598

Hi Narcis,

Have installed binary release 7.07 and there is no enhancement of the performance.

Kind regards,

Davy
by Newbie
Tue Apr 01, 2008 2:01 pm
Forum: VCL
Topic: Scrolling & ProcessorLoad
Replies: 7
Views: 9598

Hi Narcis, Thanks for your reply. I assume that this code is the same as you propose: if (ssRight in Shift) then Chart1.AllowPanning := pmNone else Chart1.AllowPanning := pmVertical; This code just disable scrolling at all, which is not our goal. Customer should be able to Pan, but without excessive...
by Newbie
Tue Apr 01, 2008 1:20 pm
Forum: VCL
Topic: Scrolling & ProcessorLoad
Replies: 7
Views: 9598

Scrolling & ProcessorLoad

Hi, Using TeeChart 7.04 I've created a 1000 points sweepchart which cycles around when at the end of data. In 'RealTime', a point in a serie is replaced. This works very well, with a total processorload of 0 - 2 % for the whole data acquisition application. The customer is able to scroll (pan) only ...
by Newbie
Tue Jun 28, 2005 1:47 pm
Forum: VCL
Topic: TChartGrid
Replies: 3
Views: 5623

TChartGrid

Hi Pep,

To be more complete:
ChartGrid1.OnKeyDown if Key = VK_DOWN --> - GoEditing
ChartGrid1.OnKeyUp if Key = VK_DOWN --> + GoEditing

However, do you publish a list when upgrading the product, describing changes on undocumented features like this one or dotted line series?

Rgds Davy
by Newbie
Tue Jun 21, 2005 10:29 am
Forum: VCL
Topic: TChartGrid
Replies: 3
Views: 5623

TChartGrid

Hi, TChart 7.04 I'm using a ChartGrid, connected to a Chart --> Series1. Series1.FillSampleValues(20); So far so good. However, when I click on the ChartGrid and hold down the DOWN KEY, the ChartGrid starts scrolling beyond the size of the Series1, i.e. points (zeroos) are appended to the Series1. I...
by Newbie
Tue Jun 14, 2005 10:21 pm
Forum: VCL
Topic: Drawing a dotted line
Replies: 6
Views: 10685

Hi Narcis,

I have not seen any reply to my last message yet, therefore again:
I think it is a bit of un-intended behavior of the chart, because FillSampleValues does what it should do. Could Steema address this please?
Kind regards,

Davy
by Newbie
Fri Jun 10, 2005 5:48 pm
Forum: VCL
Topic: Drawing a dotted line
Replies: 6
Views: 10685

Hi Narcis, Playing around with pen styles and so on does not makes any sense in this application. Infact, the graph is used as a sweepchart with a pre-defined no of points, where every 200 ms a point is overwritten with a new one, so the graph cycles around every 2000 / 5 = 400 seconds. It is an dat...
by Newbie
Thu Jun 09, 2005 6:44 pm
Forum: VCL
Topic: Drawing a dotted line
Replies: 6
Views: 10685

Hi Narcis, Have tried your code with 7.04 and that works well indeed. My code is a bit different as you might assume Note when zooming in you see a dotted line between points. procedure TForm1.Button2Click(Sender: TObject); // This code does not draw a dotted line var i: integer; j: double; begin fo...
by Newbie
Wed Jun 08, 2005 8:34 pm
Forum: VCL
Topic: Drawing a dotted line
Replies: 6
Views: 10685

Drawing a dotted line

Hi, I have created a chart, TeeChart 7.02, drawing 2 TLineSeries, each line is about 2000 points. One of them needs to be dotted or dashed style. When setting TLinePen to dotted (small dots True), you don't see a dotted line because the dots are drawn between points. And with 2000 points in a trace,...