mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19: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
|
||||
object Chart1XAxis: TConstantLine
|
||||
Legend.Visible = False
|
||||
Arrow.BaseLength = 5
|
||||
Arrow.Length = 12
|
||||
Arrow.Visible = True
|
||||
Arrow.Width = 4
|
||||
Position = 0
|
||||
end
|
||||
object Chart1YAxis: TConstantLine
|
||||
Legend.Visible = False
|
||||
Arrow.BaseLength = 5
|
||||
Arrow.Length = 12
|
||||
Arrow.Visible = True
|
||||
Arrow.Width = 4
|
||||
LineStyle = lsVertical
|
||||
Position = 0
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user