TAChart: Use AxisPen property in 3d demo

git-svn-id: trunk@31720 -
This commit is contained in:
ask 2011-07-17 07:50:40 +00:00
parent e8e8e52c90
commit 122c7971a0

View File

@ -16,14 +16,18 @@ object Form1: TForm1
Width = 560 Width = 560
AxisList = < AxisList = <
item item
Grid.Color = clGray
AxisPen.Visible = True
Minors = <> Minors = <>
Title.LabelFont.Orientation = 900 Title.LabelFont.Orientation = 900
end end
item item
Grid.Color = clGray
Alignment = calBottom Alignment = calBottom
AxisPen.Visible = True
Minors = <> Minors = <>
end> end>
BackColor = clSilver BackColor = clSkyBlue
Depth = 50 Depth = 50
Foot.Brush.Color = clBtnFace Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue Foot.Font.Color = clBlue