mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 05:19:25 +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
|
||||
AxisList = <
|
||||
item
|
||||
Grid.Color = clGray
|
||||
AxisPen.Visible = True
|
||||
Minors = <>
|
||||
Title.LabelFont.Orientation = 900
|
||||
end
|
||||
item
|
||||
Grid.Color = clGray
|
||||
Alignment = calBottom
|
||||
AxisPen.Visible = True
|
||||
Minors = <>
|
||||
end>
|
||||
BackColor = clSilver
|
||||
BackColor = clSkyBlue
|
||||
Depth = 50
|
||||
Foot.Brush.Color = clBtnFace
|
||||
Foot.Font.Color = clBlue
|
||||
|
Loading…
Reference in New Issue
Block a user