TAChart: Support per-point coloring of line series

git-svn-id: trunk@27566 -
This commit is contained in:
ask 2010-10-04 10:20:29 +00:00
parent 213a8b5ef1
commit 3d801aa92c

View File

@ -730,8 +730,9 @@ const
'41236', '47896', '87412', '89632', '84268',
'183', '842', '862');
begin
Unused(AColor); // TODO
ACanvas.Brush.Assign(FBrush);
if AColor <> clTAColor then
ACanvas.Brush.Color := AColor;
ACanvas.Pen.Assign(FPen);
if FStyle = psCircle then