Code: Select all
with Walls do
begin
Visible := true;
Size := 1;
View3DWalls := false;
Left.Visible := true;
Left.AutoHide := true;
Bottom.Visible := true;
Bottom.AutoHide := true;
Back.Visible := true;
Back.AutoHide := true;
Right.Visible := false;
end;
2. When Axis.Title.Caption use Chinese characters, they display in garbled code.
How to solve these problems?