mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 05:21:27 +02:00
TAChart: Support per-point coloring of line series
git-svn-id: trunk@27566 -
This commit is contained in:
parent
213a8b5ef1
commit
3d801aa92c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user