Border and Style of Points in TPointSeries
Posted: Fri Jan 19, 2007 11:46 am
Hello,
I need to assign by code the type of points that I want to use in a “TpointSeries” Series. The parameters that I want to access are:
Style of points (Square, Circle, Diagonal Cross…)
And Border (set it to None)
I have tried the following but it doesn’t work:
Series1->Style = psCircle;
Series1->Border = bsNone;
Thanks in advance,
Elisabet
I need to assign by code the type of points that I want to use in a “TpointSeries” Series. The parameters that I want to access are:
Style of points (Square, Circle, Diagonal Cross…)
And Border (set it to None)
I have tried the following but it doesn’t work:
Series1->Style = psCircle;
Series1->Border = bsNone;
Thanks in advance,
Elisabet