home *** CD-ROM | disk | FTP | other *** search
- object ArrayForm: TArrayForm
- Left = 124
- Top = 31
- Width = 566
- Height = 455
- Caption = 'Using Arrays with TeeChart Pro'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 122
- Width = 558
- Height = 306
- AnimatedZoom = True
- AnimatedZoomSteps = 3
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- Title.Visible = False
- Legend.Visible = False
- View3D = False
- Align = alClient
- TabOrder = 0
- object Series1: TFastLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- LinePen.Color = clRed
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 558
- Height = 89
- Align = alTop
- TabOrder = 1
- object LabelTime: TLabel
- Left = 464
- Top = 64
- Width = 64
- Height = 13
- Caption = 'Elapsed Time'
- end
- object Label1: TLabel
- Left = 464
- Top = 48
- Width = 60
- Height = 13
- Caption = 'Milliseconds:'
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 321
- Height = 73
- Lines.Strings = (
- 'This example shows how to use your custom Arrays of values'
- 'with TeeChart Pro.'
- 'Hundred Thousand ( 100000 ) points are added and plotted '
- 'using Arrays and a Fast-Line Series. Lot'#39's of Points in few '
- 'milliseconds !')
- TabOrder = 0
- end
- object Button1: TButton
- Left = 463
- Top = 12
- Width = 75
- Height = 25
- Caption = 'Close'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object UseArrays: TCheckBox
- Left = 342
- Top = 12
- Width = 97
- Height = 17
- Caption = 'Use Arrays'
- State = cbChecked
- TabOrder = 2
- end
- object Button2: TButton
- Left = 342
- Top = 55
- Width = 97
- Height = 25
- Caption = 'Fill and Display !'
- TabOrder = 3
- OnClick = Button2Click
- end
- object CheckBox2: TCheckBox
- Left = 342
- Top = 32
- Width = 97
- Height = 17
- Caption = '&Buffered display'
- State = cbChecked
- TabOrder = 4
- OnClick = CheckBox2Click
- end
- end
- object TeeCommander1: TTeeCommander
- Left = 0
- Top = 89
- Width = 558
- Height = 33
- Panel = Chart1
- Align = alTop
- TabOrder = 2
- end
- end
-