mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 07:19:18 +02:00
TAChart: Use Arrow.BaseLength property in func demo
git-svn-id: trunk@35629 -
This commit is contained in:
parent
81a9bd490d
commit
087cd23d05
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user