lazarus/components/tachart/demo/runtime/dualaxes/unit1.lfm
2017-03-02 23:12:18 +00:00

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