mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 17:50:22 +02:00
TAChart: Use AxisPen property in 3d demo
git-svn-id: trunk@31720 -
This commit is contained in:
parent
e8e8e52c90
commit
122c7971a0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user