mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 07:13:59 +02:00
36 lines
673 B
Plaintext
36 lines
673 B
Plaintext
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
|