Search found 7 matches

by Kamil
Fri Jan 20, 2006 10:41 am
Forum: VCL
Topic: chart.onAfterDraw after Panning lags.
Replies: 2
Views: 4969

Thanks for reply, it 's working.. :) I also added OnZoom and OnUndoZoom to catch other moments when x-axis is changing..

Speed of series is good enough, i use FastLineSeries, x-is dateTime,y-real value.

Best regards,

Kamil
by Kamil
Thu Jan 19, 2006 11:21 am
Forum: VCL
Topic: chart.onAfterDraw after Panning lags.
Replies: 2
Views: 4969

chart.onAfterDraw after Panning lags.

Hello, I need to allow panning huge amount of data in series, and so TChart is running slowly.. It would be ok, but I also need to catch a moment, when panning is done, and that time onAfterDraw event is not consistent which final state of Chart.. This causes inactual behaviour of procedures in onAf...
by Kamil
Tue Oct 19, 2004 8:02 am
Forum: VCL
Topic: tree shape
Replies: 3
Views: 11779

Hi, In teeTree you can make your own shapes and show them in the editor. The shapes in the teeTree library can function as an example, eg TreeUML.pas, TreeTransit.pas. However, for your purpose, there is no need to create a custom shape, since teeTree2 already has a shape which fullfills your needs...
by Kamil
Wed Oct 13, 2004 8:15 am
Forum: VCL
Topic: tree shape
Replies: 3
Views: 11779

tree shape

hi, i was wondering if is there some simple way to create a shape and include it into toolbar in editor... problem with this shape is that it will show 4 different texts and 4 colors -------- | val1 | |-------| | val2 | |-------| | val3 | |-------| | val4 | --------- thanx ivan kovacs
by Kamil
Mon Jul 12, 2004 11:47 am
Forum: VCL
Topic: Memory Consuming TSeriesMarks
Replies: 2
Views: 6483

Thankx Marjan,

Series1GetMarkText works :) .
by Kamil
Mon Jul 12, 2004 10:20 am
Forum: VCL
Topic: Memory Consuming TSeriesMarks
Replies: 2
Views: 6483

Memory Consuming TSeriesMarks

Hello, Imagine this situation: there are cca 1000000 values given and you have to add marks for few points(cca 5-10%). The only possibility i know about is to set for each point Series.Marks .visible:=true(or false). and then, TSeriesMarks.Visible:=true; This takes a lot of memory and computing time...
by Kamil
Thu Jul 08, 2004 4:18 pm
Forum: VCL
Topic: Changing points color in FastLineSeries
Replies: 1
Views: 5334

Changing points color in FastLineSeries

Hi there,

Is there any possibility to change a color of individual points
in FastlineSeries? I tried properties ColorEachPoint,ValueColor and
function Add(x,'',color), but they they don't work and color of point
is still the same . I'm using TeeChart7 under Delphi7.

Thanks for any ideas.