Search found 35 matches

by PoLabs
Fri May 16, 2014 8:28 am
Forum: VCL
Topic: Custom series drawing
Replies: 3
Views: 4848

Re: Custom series drawing

Thanks for fast reply and the idea. We will probably upgrade our license to Pro with source to see how it's done with existing series.

I am positively impressed with the rapidity and quality of your customer service as well. Keep on doing great work!
by PoLabs
Tue May 13, 2014 7:43 pm
Forum: VCL
Topic: Custom series drawing
Replies: 3
Views: 4848

Custom series drawing

Hi, I need a series which combines at least three different series types (fast line, high-low and area line). It wouldn't be a problem if only one would be active at once but I need to combine "the best" of all three. So I was thinking about developing my own type of series with some custom drawing ...
by PoLabs
Tue May 13, 2014 7:34 pm
Forum: VCL
Topic: Two Series with filled area and Stairs
Replies: 3
Views: 5023

Re: Two Series with filled area and Stairs

I cannot upload a tee file while it says that tee is not valid file extensions. Here is how to replicate this bug: 1. add two fast line series 2. add series band tool and assign both series to paint between them / select gradient or pattern type of fill 3. change each series Line mode property (chec...
by PoLabs
Sun Apr 27, 2014 10:41 am
Forum: VCL
Topic: Two Series with filled area and Stairs
Replies: 3
Views: 5023

Two Series with filled area and Stairs

Hi, I was trying out compiled demo TeeChart Office. I am interested to have two series and paint between them but I found out that if I set both series to have line mode property set to Stairs area between them is changed which is fine but the painted area is not changed (it's same as series set to ...
by PoLabs
Thu Nov 22, 2012 3:53 pm
Forum: VCL
Topic: Clear TChartValues
Replies: 2
Views: 4172

Re: Clear TChartValues

I found the problem. Thanks.
by PoLabs
Thu Nov 22, 2012 1:37 pm
Forum: VCL
Topic: Clear TChartValues
Replies: 2
Views: 4172

Clear TChartValues

Hi, I have very strange errors in my SW and I am not sure what I am doing wrong. Well I am using some variables of TChartValues data type and I would like to clear data in that array. What is the proper way to do that? The Way I am doing it now it is not working ok? Var1: TChartValues; Var2: TChartV...
by PoLabs
Mon Jul 30, 2012 9:12 am
Forum: VCL
Topic: Pan chart with scrollbars
Replies: 2
Views: 3947

Re: Pan chart with scrollbars

Works perfectly! Thank you for the idea!

Br,
Aljosa
by PoLabs
Thu Jul 26, 2012 10:36 am
Forum: VCL
Topic: Pan chart with scrollbars
Replies: 2
Views: 3947

Pan chart with scrollbars

Hi, I have a chart with some data on it. So here it is what I would like to have. I am using chart mouse zoom events. When I zoom I would like to show bottom and right scrollbars to show custumer that he is seeing only zoomed part of chart but he can (with scrollbars) move around whole chart area. S...
by PoLabs
Mon Aug 08, 2011 12:38 pm
Forum: VCL
Topic: Logarithmic scale with base 10 issue
Replies: 4
Views: 5385

Re: Logarithmic scale with base 10 issue

Hi,

I wonder if bug TV52014469 has been already fixed?

Thanks for answer.
by PoLabs
Fri Aug 06, 2010 2:30 pm
Forum: VCL
Topic: Waveform
Replies: 2
Views: 3651

Re: Waveform

Yes this is what I am looking for.

Thank you very much! Your support ROCKS! :wink:
by PoLabs
Thu Aug 05, 2010 3:19 pm
Forum: VCL
Topic: Waveform
Replies: 2
Views: 3651

Waveform

Hi, I am using TChart and TFastLineSeries. I usually show up to 1024 data on chart. But I have in memory up to 8MB of data. I disabled ShowAllPoints but then idea about waveform type of display crossed my mine. I would like to show that 8MB of data at same time. If I do that computer performances dr...
by PoLabs
Tue Jul 13, 2010 1:21 pm
Forum: VCL
Topic: Logarithmic scale with base 10 issue
Replies: 4
Views: 5385

Re: Logarithmic scale with base 10 issue

Hi,

Thanks for answer and solution. ;)

Br
by PoLabs
Tue Jul 13, 2010 11:47 am
Forum: VCL
Topic: Logarithmic scale with base 10 issue
Replies: 4
Views: 5385

Logarithmic scale with base 10 issue

Hi, I am using logarithmic scale with base of 10 on bottom axis. I have data which index goes from 1 to 1000000 in (on bottom axis) and I would like to represent this as logarithmic scale. On first attached image (Image1) I don't set AxisValuesFormat and I get values for labels on bottom axis from 1...
by PoLabs
Mon Jun 21, 2010 7:30 am
Forum: VCL
Topic: TCursorTool.YValue not set
Replies: 4
Views: 5093

Re: TCursorTool.YValue not set

Hi,

I added Chart.Repaint after OnChange := nil and it works now. I guess there needs to be done some recalulations before setting YValue value of cursor.

Thanks again. ;)

Br,
PoLabs
by PoLabs
Fri Jun 18, 2010 8:54 am
Forum: VCL
Topic: TCursorTool.YValue not set
Replies: 4
Views: 5093

Re: TCursorTool.YValue not set

I attached some screenshot of debugging:

Image