home *** CD-ROM | disk | FTP | other *** search
- object CustomDrawForm: TCustomDrawForm
- Left = 200
- Top = 96
- ActiveControl = Chart1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TeeChart-Pro -- Drawing Custom lines'
- ClientHeight = 299
- ClientWidth = 414
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 8
- Top = 8
- Width = 400
- Height = 250
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3D = False
- TabOrder = 0
- object Series1: TBarSeries
- Marks.ArrowLength = 20
- Marks.Visible = True
- SeriesColor = clRed
- AfterDrawValues = Series1AfterDrawValues
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Bar'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- end
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 272
- Width = 161
- Height = 17
- Caption = 'Draw custom lines'
- TabOrder = 1
- OnClick = CheckBox1Click
- end
- object Button1: TButton
- Left = 328
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button1Click
- end
- object CheckBox2: TCheckBox
- Left = 208
- Top = 272
- Width = 97
- Height = 17
- Caption = '&View 3D'
- TabOrder = 3
- OnClick = CheckBox2Click
- end
- end
-