object Form1: TForm1 Left = 251 Top = 215 Width = 870 Height = 640 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Chart1: TChart Left = 16 Top = 8 Width = 657 Height = 425 BackWall.Brush.Color = clWhite BackWall.Brush.Style = bsClear PrintProportional = False Title.Text.Strings = ( 'TChart') Legend.Visible = False View3D = False TabOrder = 0 object Series1: TLineSeries Marks.ArrowLength = 8 Marks.Visible = False SeriesColor = clRed Pointer.HorizSize = 9 Pointer.InflateMargins = True Pointer.Style = psRectangle Pointer.Visible = True XValues.DateTime = False XValues.Name = 'X' XValues.Multiplier = 1 XValues.Order = loAscending YValues.DateTime = False YValues.Name = 'Y' YValues.Multiplier = 1 YValues.Order = loNone end object Series2: TPointSeries Marks.ArrowLength = 0 Marks.Visible = False DataSource = Series1 SeriesColor = clGreen Pointer.InflateMargins = True Pointer.Style = psRectangle Pointer.Visible = True XValues.DateTime = False XValues.Name = 'X' XValues.Multiplier = 1 XValues.Order = loAscending YValues.DateTime = False YValues.Name = 'Y' YValues.Multiplier = 1 YValues.Order = loNone end end object Button1: TButton Left = 288 Top = 472 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 400 Top = 464 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 2 OnClick = Button2Click end end