Hallo Yeray,
great, thank you for answer. Things are easy once you have broad perspective )
Tomas
Search found 7 matches
- Sat May 14, 2016 8:42 am
- Forum: VCL
- Topic: Bottom Axix DateTime increment
- Replies: 5
- Views: 7186
- Sat May 07, 2016 9:47 am
- Forum: VCL
- Topic: Bottom Axix DateTime increment
- Replies: 5
- Views: 7186
Re: Bottom Axix DateTime increment
Hallo Yeray, thank you for answer. DateTimeStep[dtOneSecond] was missing point and some mess in my Chart. Now is everything working. But I have ome more issue. Smallest TDateTime step is dtMilliseconds and then dtOneSecond. Its possible to define 250ms and 500ms as I want to speed up sampling time. ...
- Fri May 06, 2016 4:28 am
- Forum: VCL
- Topic: Bottom Axix DateTime increment
- Replies: 5
- Views: 7186
Re: Bottom Axix DateTime increment
oh, there is typo, didnt check it. Should be:
Code: Select all
XValueTime := FormatDateTime('dd-mm hh:mm:ss', Now );
Series1.AddXY(XValue, YValue, XValueTime)
- Fri May 06, 2016 4:25 am
- Forum: VCL
- Topic: Bottom Axix DateTime increment
- Replies: 5
- Views: 7186
Bottom Axix DateTime increment
Hallo All, My application is adding points to chart every second or twice a second. Requirement is to have actual DateTime stamp on every point. Currently I am struggling with Bottom Axis label. Bottom label format is : dd/mm hh:mm:ss and I can see this format on the chart. But when application add ...
- Thu May 05, 2016 1:14 am
- Forum: VCL
- Topic: TeeChart Pro D7 - Legeng color
- Replies: 4
- Views: 6294
Re: TeeChart Pro D7 - Legeng color
Hallo Yeray,
I have installed TeeChart2015Delphi7 / January 23, 2015 / Build 2015.14.150120 as it was one file dedicated for D7 only.
After you pointed out, that higher versions works well, I just reinstalled it.
Thank you for answer
Tomas
I have installed TeeChart2015Delphi7 / January 23, 2015 / Build 2015.14.150120 as it was one file dedicated for D7 only.
After you pointed out, that higher versions works well, I just reinstalled it.
Thank you for answer
Tomas
- Wed May 04, 2016 4:17 am
- Forum: VCL
- Topic: TeeChart Pro D7 - Legeng color
- Replies: 4
- Views: 6294
Re: TeeChart Pro D7 - Legeng color
Just to clarify, series are FastLine.
- Wed May 04, 2016 3:59 am
- Forum: VCL
- Topic: TeeChart Pro D7 - Legeng color
- Replies: 4
- Views: 6294
TeeChart Pro D7 - Legeng color
Hallo all, I just got registered version of TeeChart Pro for D7. And I am facing two problems after installation 'About' field shows : TRIAL version ( but all works normally, not big deal, but I would still prefer to see Registered). Second problem is color of 'Series Names' in Legend. 'Font Series ...