1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
object Form1: TForm1
Left = 280
Height = 331
Top = 130
Width = 505
Caption = 'Form1'
ClientHeight = 331
ClientWidth = 505
OnCreate = FormCreate
LCLVersion = '1.7'
object Chart1: TChart
Left = 0
Height = 331
Top = 0
Width = 505
AxisList = <
item
Minors = <>
Title.LabelFont.Orientation = 900
end
item
Alignment = calBottom
Minors = <>
end>
BackColor = clWhite
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Align = alClient
end
end
|