TAChart: Use Arrow.BaseLength property in func demo

git-svn-id: trunk@35629 -
This commit is contained in:
ask 2012-03-01 10:17:22 +00:00
parent 81a9bd490d
commit 087cd23d05

View File

@ -71,12 +71,18 @@ object Form1: TForm1
end end
object Chart1XAxis: TConstantLine object Chart1XAxis: TConstantLine
Legend.Visible = False Legend.Visible = False
Arrow.BaseLength = 5
Arrow.Length = 12
Arrow.Visible = True Arrow.Visible = True
Arrow.Width = 4
Position = 0 Position = 0
end end
object Chart1YAxis: TConstantLine object Chart1YAxis: TConstantLine
Legend.Visible = False Legend.Visible = False
Arrow.BaseLength = 5
Arrow.Length = 12
Arrow.Visible = True Arrow.Visible = True
Arrow.Width = 4
LineStyle = lsVertical LineStyle = lsVertical
Position = 0 Position = 0
end end