TeeMap and Marks?
Posted: Fri Oct 21, 2011 11:10 pm
Dear Support,
Always with my newbie questions, sorry...
Is it possible to show only marks on a TeeMap where Value > 0
I try:
but no result in the Map with or without : Series1.Marks.Visible := True;
Many thanks for your help,
Bruno
Always with my newbie questions, sorry...
Is it possible to show only marks on a TeeMap where Value > 0
I try:
Code: Select all
...
if k>0 then
begin
Series1.ZValues[i] := k;
Series1.Marks[i].Visible := True;
end;
...
Many thanks for your help,
Bruno