Search found 34 matches

by Messie
Fri Sep 11, 2009 9:19 am
Forum: VCL
Topic: OnTopLeftChanged in TChartGrid
Replies: 1
Views: 3698

OnTopLeftChanged in TChartGrid

Hi,

is there any reason, why the OnTopLeftChanged event is not contained in the TChartGrid properties?

Thanks, Messie
by Messie
Fri Sep 11, 2009 9:06 am
Forum: ActiveX
Topic: New forum
Replies: 2
Views: 5280

Re: New forum

Hi, is it really necessary to skip too long words in the search with the new forum? The following words in your search query were ignored because they are too common words: ontopleftchanged . You must specify at least one word to search for. Each word must consist of at least 3 characters and must n...
by Messie
Thu Aug 27, 2009 7:01 am
Forum: VCL
Topic: Wrong Data shown in TChartEditor using DateTime Values
Replies: 5
Views: 7789

Re: Wrong Data shown in TChartEditor using DateTime Values

Yes, you're right. I thought that this was the correct position to set. So where can I set the format string for the DateTime X Axis?

Thanks, Ulfert
by Messie
Tue Aug 25, 2009 3:47 pm
Forum: VCL
Topic: Wrong Data shown in TChartEditor using DateTime Values
Replies: 5
Views: 7789

Re: Wrong Data shown in TChartEditor using DateTime Values

Ok, here we are.

Regards, Messie
by Messie
Thu Aug 20, 2009 8:53 am
Forum: VCL
Topic: Wrong Data shown in TChartEditor using DateTime Values
Replies: 5
Views: 7789

Wrong Data shown in TChartEditor using DateTime Values

Hi, If I add DateTime Values to the bottom axis an open a Charteditor at runtime, the x values are shown correctly but the y values show the DatTime FormatString ('hh:mm') instead of the correct data. y data points are simple integer values. See attachment. Any suggestion about that behavior? TeeCha...
by Messie
Tue Mar 18, 2008 3:38 pm
Forum: VCL
Topic: Chart printing: stepped appearence
Replies: 7
Views: 20316

Hi Pep. meanwhile I found out that there is no real difference between the runtime and the designtime chart but the size. So I enlarged the runtime chart to width>5000 Pixel and the printing is fine now. It looks like the chart resolution is not good. If I display the form with runtime chart, the st...
by Messie
Mon Mar 10, 2008 9:06 am
Forum: VCL
Topic: Chart printing: stepped appearence
Replies: 7
Views: 20316

Hi, any suggestions what might be the reason? I loaded the data into another chart which was prepared at designtime and the exported metafile looks quite better. I can'T find out why the chart created at runtime is so different. Is there any possibility to export all the chart settings? Thanks, Messie
by Messie
Tue Mar 04, 2008 12:52 pm
Forum: VCL
Topic: Chart printing: stepped appearence
Replies: 7
Views: 20316

meanwhile I extracted and uploaded parts of the function. Maybe this way you can see which settings are wrong.

Regards, Messie
by Messie
Tue Mar 04, 2008 10:32 am
Forum: VCL
Topic: Chart printing: stepped appearence
Replies: 7
Views: 20316

Hi,

It is a bit tricky to post a simple example but I sent the metafile. The chart is designed at runtime as well as the parent form.

Thera are data points each 10°C where the y-axis data is raising smoothly

Messie
by Messie
Tue Mar 04, 2008 10:06 am
Forum: VCL
Topic: Chart printing: stepped appearence
Replies: 7
Views: 20316

Chart printing: stepped appearence

Hi,

when I print my chart, I see steps which do not refer to the real data.
To check if it is a printer settings problem, I saved the metafile (printed with stretchdraw). The metafile shows the same problem.
So how do I get to a proper printed chart?

Thanks, Messie
by Messie
Tue Nov 27, 2007 2:51 pm
Forum: VCL
Topic: X / Y Values at cursor position?
Replies: 13
Views: 21907

Probier mal, ob Du das CursorTool mit Pfeiltasten bewegen kannst. Wenn Du mit der Maus arbeitest, wird das OnMouseOver mit einigen hundert Hz gefeuert. Dazu wird jedesmal der Wert rausgesucht -> macht den Rechner langsam. Wenn Du das mit Tasten machst, kommt da höchstens Deine Wiederholrate raus. Gr...
by Messie
Tue Nov 27, 2007 1:53 pm
Forum: VCL
Topic: DateTime hours "overflow" after 24h
Replies: 2
Views: 6950

DateTime hours "overflow" after 24h

Hi, I need to display a DateTime axis where the labes show hours and minutes. I found no way to display e.g. 26h as 26:00. Is there any workaround for that? I would accept to get 1d 2h 0m, but the calculation always starts at the 30. (december 1899) so I get 31:02:00. I already have caught the data ...
by Messie
Wed Nov 14, 2007 10:18 am
Forum: VCL
Topic: assigning series to customaxis at runtime
Replies: 3
Views: 7726

Because THorizAxis is a type used for settings propertys type THorizAxis = (aTopAxis, aBottomAxis, aBothHorizAxis, aCustomHorizAxis); Unit TeEngine Description Type describes Horizontal Axis type. See also: TChartSeries.HorizAxis TChartSeries.HorizAxis is not the same as setting the "Horizontal Axis...
by Messie
Wed Nov 14, 2007 9:52 am
Forum: VCL
Topic: assigning series to customaxis at runtime
Replies: 3
Views: 7726

assigning series to customaxis at runtime

Hi, I have a Chart axis added at runtime. Now I fail to assign a series to this axis: procedure TForm1.TntButton1Click(Sender: TObject); begin ca := TChartAxis.Create(Chart1); ca.Visible := true; ca.Automatic := true; ca.Horizontal := true; ca.PositionPercent := 30; ca.StartPosition := 20; ca.EndPos...
by Messie
Wed May 02, 2007 6:33 am
Forum: VCL
Topic: TChart Canvas access
Replies: 9
Views: 12414

Hi Pep,

could you verify the problem?

Thanks, Ulfert