Memory Consuming TSeriesMarks
Posted: Mon Jul 12, 2004 10:20 am
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.
Does anyone know about better solution(for example drawing only
marks i want to make visible)?
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.
Does anyone know about better solution(for example drawing only
marks i want to make visible)?