Search found 6 matches
- Thu Jul 05, 2007 12:21 pm
- Forum: VCL
- Topic: Boxplot with datetime x-axis
- Replies: 5
- Views: 9658
Hi Narcis, great, that helped. Now I want to add several boxplots dynamicallyand assign a OnMouseenter event: procedure TForm1.Button3Click(Sender: TObject); var aBoxSeries : TBoxSeries; i : integer; begin DBChart1.RemoveAllSeries; DBChart1.FreeAllSeries; for i := 0 to 2 do begin aBoxSeries := TBoxS...
- Tue Jul 03, 2007 3:59 pm
- Forum: VCL
- Topic: Boxplot with datetime x-axis
- Replies: 5
- Views: 9658
Boxplot with datetime x-axis
Hi to all, I'm looking for a possibility to display a boxplot with a customized x-axis, for example for datetime entries. Example: DATE VALUES 01.01.07 10:00:00 0 01.01.07 10:00:00 2 01.01.07 10:00:00 3 ... 01.01.07 10:00:00100 04.01.07 19:00:00 2 04.01.07 19:00:00 4 .. 04.01.07 19:00:00 3 Now I wou...
- Fri Jun 22, 2007 7:24 am
- Forum: VCL
- Topic: F2051 Unit TeeEdit was compiled with a different version...
- Replies: 9
- Views: 18038
- Fri Jun 22, 2007 7:21 am
- Forum: VCL
- Topic: F2051 Unit TeeEdit was compiled with a different version...
- Replies: 9
- Views: 18038
Hi Narcis, I tried everything you suggested. 1) Delphi and TeeChart installation where successful. The library path is also set correctly. TeeChart Standard component are removed completely. 2. a-c: I don't use any of these components. I use ODAC (Oracle Access), Jedi 3.31, rxlib2.77, tpabbrevia. I ...
- Thu Jun 21, 2007 12:18 pm
- Forum: VCL
- Topic: F2051 Unit TeeEdit was compiled with a different version...
- Replies: 9
- Views: 18038
- Thu Jun 21, 2007 11:38 am
- Forum: VCL
- Topic: F2051 Unit TeeEdit was compiled with a different version...
- Replies: 9
- Views: 18038
F2051 Unit TeeEdit was compiled with a different version of
Hi, I'am also getting the above error message. Previously, I used Delphi 7 and Teechart 5.03 (which i deinstalled). I also deleted all files containing *tee*.* before installation of the new version. Now I'm on Delphi 2007 (Update1) and Teechart 7.11. I followed all hints I found (putting Teechart a...