Rounded border and colored panel issue
Posted: Thu Nov 20, 2008 3:01 am
Folks,
If I set the back panel to some non-white color, and set borders visible and rounded:
the back panel's square corners are clearly visible, sticking out on "the wrong side" of each rounded corner. Can they be, in effect, masked off or clipped?
I searched the forum, but came up empty-handed.
Thanks!
Regards,
richard diamond
If I set the back panel to some non-white color, and set borders visible and rounded:
Code: Select all
Chart1.Border.Visible := TRUE;
with Chart1 do begin
BorderRound := 100;
BorderStyle := bsSingle;
Border.Width := 50;
Border.Color := clRed;
end
I searched the forum, but came up empty-handed.
Thanks!
Regards,
richard diamond