TAChart: Use Axis.Margin in the axis demo

git-svn-id: trunk@36160 -
This commit is contained in:
ask 2012-03-19 06:40:19 +00:00
parent 1efd95da30
commit 0d478ae9db

View File

@ -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 = <>