Point size in Legend
Posted: Mon May 28, 2007 12:33 am
D6Pro, Tchart 7, line series which draws points at X,Y on a Tchart.
I can control the size of the points with
with chart.series[0] as tlineseries do
Pointer.Size:=vesselshotsize.Value;
However, the point size of the symbol shown in the legend also tracks this, so if my point size is 1 you can't see the point in the legend.
How can I fix the legend point size to be different to the series point size please.
cheers
Sean
I can control the size of the points with
with chart.series[0] as tlineseries do
Pointer.Size:=vesselshotsize.Value;
However, the point size of the symbol shown in the legend also tracks this, so if my point size is 1 you can't see the point in the legend.
How can I fix the legend point size to be different to the series point size please.
cheers
Sean