home *** CD-ROM | disk | FTP | other *** search
- object AlignChartsForm: TAlignChartsForm
- Left = 211
- Top = 32
- BorderStyle = bsDialog
- Caption = 'TeeChart-Pro. How to align Charts'
- ClientHeight = 473
- ClientWidth = 465
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object RadioGroup1: TRadioGroup
- Left = 232
- Top = 8
- Width = 129
- Height = 41
- Caption = 'Aligned Charts?'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- '&Yes'
- '&No')
- TabOrder = 0
- OnClick = RadioGroup1Click
- end
- object Chart1: TChart
- Left = 8
- Top = 64
- Width = 441
- Height = 194
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- MarginBottom = 1
- Title.Text.Strings = (
- 'Chart 1')
- LeftAxis.LabelsFont.Color = clBlack
- LeftAxis.LabelsFont.Height = -15
- LeftAxis.LabelsFont.Name = 'Arial'
- LeftAxis.LabelsFont.Style = [fsItalic]
- Legend.Visible = False
- View3D = False
- BevelOuter = bvNone
- TabOrder = 1
- object Series1: TFastLineSeries
- HorizAxis = aTopAxis
- 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 Chart2: TChart
- Left = 8
- Top = 257
- Width = 441
- Height = 201
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Foot.Text.Strings = (
- 'Chart 2')
- MarginTop = 1
- Title.Text.Strings = (
- 'Chart 1')
- Title.Visible = False
- LeftAxis.LabelsFont.Color = clBlack
- LeftAxis.LabelsFont.Height = -12
- LeftAxis.LabelsFont.Name = 'Arial'
- LeftAxis.LabelsFont.Style = [fsBold]
- Legend.Visible = False
- View3D = False
- BevelOuter = bvNone
- TabOrder = 2
- object Series2: 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 Button1: TButton
- Left = 376
- Top = 16
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 209
- Height = 49
- Lines.Strings = (
- 'This project shows how to make two or'
- 'more Charts in the same Form aligned'
- 'vertically or horizontally.'
- '')
- TabOrder = 4
- end
- end
-