Search found 7 matches

by LNS
Fri Aug 26, 2016 2:47 pm
Forum: VCL
Topic: THistogramSeries % Bar Width
Replies: 10
Views: 19719

Re: THistogramSeries % Bar Width

Hello Marc,

thanks for the prompt and positive feedback. Happy to contribute - and after all, we're of course very interested to use the standard code base without having to merge any customisations of ours when installing a TeeChart update ... :D

Have a nice weekend,
Linus
by LNS
Wed Aug 24, 2016 11:39 am
Forum: VCL
Topic: THistogramSeries % Bar Width
Replies: 10
Views: 19719

Re: THistogramSeries % Bar Width

We experience a similar problem for TBarSeries where the bar widths are not aligned according to the preset BarWidthPercent when the x-axis is not set to automatic, i.e. does not show all existing values in the series. See the image below. wrong.png The settings are: BarWidthPercent set to 70% Botto...
by LNS
Fri Aug 21, 2015 6:27 am
Forum: VCL
Topic: Changing the label of the axis ticks in event
Replies: 15
Views: 26232

Re: Changing the label of the axis ticks in event

Hi Yeray, what the user is able to do within our engine is to generate charts on a data set using "series generation blocks" that serve specific purposes (e.g. aggregating events (TDateTime timestamps) over time applying a rolling hour calculation). Those blocks dynamically create series-based data ...
by LNS
Wed Aug 19, 2015 9:30 am
Forum: VCL
Topic: Changing the label of the axis ticks in event
Replies: 15
Views: 26232

Re: Changing the label of the axis ticks in event

Hi Yeray, thanks for bumping up the importance of the ticket! I fully agree that the data should be translated to seconds before populating the series. What I meant with "specific handling for those duration series" is that we need to Prepare the data by translating to seconds [OK, not a major probl...
by LNS
Tue Aug 18, 2015 12:07 pm
Forum: VCL
Topic: Changing the label of the axis ticks in event
Replies: 15
Views: 26232

Re: Changing the label of the axis ticks in event

Thanks Yeray, that sound like a good approach, at least for a static chart. We are developing an analysis suite for our simulation tools where charts are built dynamically and may contain multiple series, some of them date/time (or duration such as the "delay" I mentioned), some others displaying st...
by LNS
Fri Aug 14, 2015 3:30 pm
Forum: VCL
Topic: Changing the label of the axis ticks in event
Replies: 15
Views: 26232

Re: Changing the label of the axis ticks in event

Hi Narcis, thanks for your prompt answer. The problem of course is that when the initial LabelText denotes a positive value (as in my screenshot), the temp conversion into a TDatetime won't help. Even when adjusting the DateTimeFormat of the left axis to a fully qualified Date/Time format (such as '...
by LNS
Fri Aug 14, 2015 1:28 pm
Forum: VCL
Topic: Changing the label of the axis ticks in event
Replies: 15
Views: 26232

Re: Changing the label of the axis ticks in event

Hello, is there any news on this subject? We have a similar issue where having the value information delivered with the OnDrawAxisLabel callback would be really helpful: We frequently display time values (in the sense of a period of time, or a duration) in a chart, such as a delay. See the image bel...