Size of items in legend
Posted: Thu Oct 04, 2007 10:11 am
D6Pro, Teechart 8.01
Chart with several tlineseries on, the legendstyle is set to LSseries so that I get a coloured point and a text title in the legend for for each series.
I'm drawing the series as dots of X,Y scatter plots, so no lines joining the dots. The dots are controlled with
pointer.size:=2
seriescolor:=acolor
coloreachpoint:=false;
So series-1 are red dots, series-2 is blue dots.
My problem is that the size of the dot drawn in the legend next to the series titel in the legend is linked to the pointer.size. So if i add a spin edit to adjust pointer.size the dot drawn in the legend tracks this as ewll as the dots on the chart. I want to draw the dots in the legend at a fixed size that is not affected by changing pointer.size. Something like legend.pointersize:=3;
is there a way to do this please?
cheers
Sean
Chart with several tlineseries on, the legendstyle is set to LSseries so that I get a coloured point and a text title in the legend for for each series.
I'm drawing the series as dots of X,Y scatter plots, so no lines joining the dots. The dots are controlled with
pointer.size:=2
seriescolor:=acolor
coloreachpoint:=false;
So series-1 are red dots, series-2 is blue dots.
My problem is that the size of the dot drawn in the legend next to the series titel in the legend is linked to the pointer.size. So if i add a spin edit to adjust pointer.size the dot drawn in the legend tracks this as ewll as the dots on the chart. I want to draw the dots in the legend at a fixed size that is not affected by changing pointer.size. Something like legend.pointersize:=3;
is there a way to do this please?
cheers
Sean