home *** CD-ROM | disk | FTP | other *** search
- object FormPrintBitmap: TFormPrintBitmap
- Left = 200
- Top = 105
- Width = 431
- Height = 331
- Caption = 'Printing a Chart using a Bitmap...'
- 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 = 12
- Top = 10
- 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
- ColorEachPoint = True
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- 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 BitBtn2: TBitBtn
- Left = 24
- Top = 272
- Width = 161
- Height = 25
- Caption = 'Print as bitmap'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object Button1: TButton
- Left = 328
- Top = 272
- Width = 89
- Height = 25
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-