TAChart: Fix side color of lineseries in 3D mode

This commit is contained in:
wp_xyz 2021-08-05 23:20:42 +02:00
parent a5b30b57f9
commit 0c02c6a454

View File

@ -620,7 +620,7 @@ var
ADrawer.SetBrushParams(bsClear, clTAColor);
ADrawer.Pen := LinePen;
if Styles <> nil then
Styles.Apply(ADrawer, AIndex, true);
Styles.Apply(ADrawer, AIndex, Depth = 0);
// "true" avoids painting of spaces in non-solid lines in brush color
if Depth = 0 then
for i := 0 to High(breaks) - 1 do