TAChart: Update axis demo

git-svn-id: trunk@31763 -
This commit is contained in:
ask 2011-07-20 11:16:30 +00:00
parent 0138145ed5
commit 82d446ecb3

View File

@ -43,6 +43,10 @@ object Form1: TForm1
Grid.Visible = False Grid.Visible = False
TickLength = 0 TickLength = 0
Alignment = calBottom Alignment = calBottom
AxisPen.Color = clRed
AxisPen.Style = psDot
AxisPen.Width = 5
AxisPen.Visible = True
Marks.LabelFont.Height = -13 Marks.LabelFont.Height = -13
Marks.LabelFont.Style = [fsBold] Marks.LabelFont.Style = [fsBold]
Marks.Format = '%2:s' Marks.Format = '%2:s'
@ -53,6 +57,7 @@ object Form1: TForm1
end> end>
Foot.Brush.Color = clBtnFace Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue Foot.Font.Color = clBlue
MarginsExternal.Left = 0
Title.Brush.Color = clBtnFace Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue Title.Font.Color = clBlue
Title.Text.Strings = ( Title.Text.Strings = (
@ -123,10 +128,14 @@ object Form1: TForm1
TickLength = 6 TickLength = 6
Alignment = calBottom Alignment = calBottom
Group = 2 Group = 2
Marks.LabelFont.Style = [fsBold]
Minors = < Minors = <
item item
Grid.Color = clGray Grid.Color = clGray
Grid.Cosmetic = False Grid.Cosmetic = False
Marks.Distance = 4
Marks.LabelFont.Height = -9
Marks.LabelFont.Orientation = 900
end> end>
end end
item item
@ -154,11 +163,11 @@ object Form1: TForm1
end end
object tsDateTime: TTabSheet object tsDateTime: TTabSheet
Caption = 'Date and time' Caption = 'Date and time'
ClientHeight = 307 ClientHeight = 404
ClientWidth = 525 ClientWidth = 525
object ChartDateTime: TChart object ChartDateTime: TChart
Left = 0 Left = 0
Height = 307 Height = 404
Top = 0 Top = 0
Width = 525 Width = 525
AxisList = < AxisList = <