Search found 7 matches

by Torez
Sat May 14, 2016 8:42 am
Forum: VCL
Topic: Bottom Axix DateTime increment
Replies: 5
Views: 7141

Re: Bottom Axix DateTime increment

Hallo Yeray,

great, thank you for answer. Things are easy once you have broad perspective :o)

Tomas
by Torez
Sat May 07, 2016 9:47 am
Forum: VCL
Topic: Bottom Axix DateTime increment
Replies: 5
Views: 7141

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. ...
by Torez
Fri May 06, 2016 4:28 am
Forum: VCL
Topic: Bottom Axix DateTime increment
Replies: 5
Views: 7141

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)
by Torez
Fri May 06, 2016 4:25 am
Forum: VCL
Topic: Bottom Axix DateTime increment
Replies: 5
Views: 7141

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 ...
by Torez
Thu May 05, 2016 1:14 am
Forum: VCL
Topic: TeeChart Pro D7 - Legeng color
Replies: 4
Views: 6252

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
by Torez
Wed May 04, 2016 4:17 am
Forum: VCL
Topic: TeeChart Pro D7 - Legeng color
Replies: 4
Views: 6252

Re: TeeChart Pro D7 - Legeng color

Just to clarify, series are FastLine.
by Torez
Wed May 04, 2016 3:59 am
Forum: VCL
Topic: TeeChart Pro D7 - Legeng color
Replies: 4
Views: 6252

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 ...