Hi,
is there any reason, why the OnTopLeftChanged event is not contained in the TChartGrid properties?
Thanks, Messie
Search found 34 matches
- Fri Sep 11, 2009 9:19 am
- Forum: VCL
- Topic: OnTopLeftChanged in TChartGrid
- Replies: 1
- Views: 3725
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...
- Thu Aug 27, 2009 7:01 am
- Forum: VCL
- Topic: Wrong Data shown in TChartEditor using DateTime Values
- Replies: 5
- Views: 7839
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
Thanks, Ulfert
- Tue Aug 25, 2009 3:47 pm
- Forum: VCL
- Topic: Wrong Data shown in TChartEditor using DateTime Values
- Replies: 5
- Views: 7839
Re: Wrong Data shown in TChartEditor using DateTime Values
Ok, here we are.
Regards, Messie
Regards, Messie
- Thu Aug 20, 2009 8:53 am
- Forum: VCL
- Topic: Wrong Data shown in TChartEditor using DateTime Values
- Replies: 5
- Views: 7839
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...
- Tue Mar 18, 2008 3:38 pm
- Forum: VCL
- Topic: Chart printing: stepped appearence
- Replies: 7
- Views: 20397
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...
- Mon Mar 10, 2008 9:06 am
- Forum: VCL
- Topic: Chart printing: stepped appearence
- Replies: 7
- Views: 20397
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
- Tue Mar 04, 2008 12:52 pm
- Forum: VCL
- Topic: Chart printing: stepped appearence
- Replies: 7
- Views: 20397
- Tue Mar 04, 2008 10:32 am
- Forum: VCL
- Topic: Chart printing: stepped appearence
- Replies: 7
- Views: 20397
- Tue Mar 04, 2008 10:06 am
- Forum: VCL
- Topic: Chart printing: stepped appearence
- Replies: 7
- Views: 20397
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
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
- Tue Nov 27, 2007 2:51 pm
- Forum: VCL
- Topic: X / Y Values at cursor position?
- Replies: 13
- Views: 22051
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...
- Tue Nov 27, 2007 1:53 pm
- Forum: VCL
- Topic: DateTime hours "overflow" after 24h
- Replies: 2
- Views: 6999
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 ...
- Wed Nov 14, 2007 10:18 am
- Forum: VCL
- Topic: assigning series to customaxis at runtime
- Replies: 3
- Views: 7779
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...
- Wed Nov 14, 2007 9:52 am
- Forum: VCL
- Topic: assigning series to customaxis at runtime
- Replies: 3
- Views: 7779
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...
- Wed May 02, 2007 6:33 am
- Forum: VCL
- Topic: TChart Canvas access
- Replies: 9
- Views: 12474