mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-07 05:11:01 +01:00
TAChart: Use Axis.Margin in the axis demo
git-svn-id: trunk@36160 -
This commit is contained in:
parent
1efd95da30
commit
0d478ae9db
@ -258,6 +258,7 @@ object Form1: TForm1
|
||||
TickLength = 3
|
||||
AxisPen.Color = clGreen
|
||||
AxisPen.Visible = True
|
||||
Margin = 8
|
||||
Marks.LabelFont.Color = clGreen
|
||||
Minors = <>
|
||||
Title.LabelFont.Color = clGreen
|
||||
@ -273,6 +274,7 @@ object Form1: TForm1
|
||||
TickLength = 3
|
||||
AxisPen.Color = clNavy
|
||||
AxisPen.Visible = True
|
||||
Margin = 8
|
||||
Marks.LabelFont.Color = clNavy
|
||||
Minors = <>
|
||||
Title.LabelFont.Color = clNavy
|
||||
@ -285,6 +287,7 @@ object Form1: TForm1
|
||||
Intervals.Options = [aipUseMaxLength, aipUseMinLength]
|
||||
TickLength = 3
|
||||
AxisPen.Visible = True
|
||||
Margin = 8
|
||||
Marks.Format = '%0:.4g'
|
||||
Marks.Style = smsCustom
|
||||
Minors = <>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user