home *** CD-ROM | disk | FTP | other *** search
- object AxisCenterForm: TAxisCenterForm
- Left = 95
- Top = 48
- Width = 537
- Height = 422
- BorderIcons = [biSystemMenu]
- Caption = 'TeeChart-Pro --- Centering Axis'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 288
- Width = 249
- Height = 42
- Caption = 'Horizontal Axis:'
- Columns = 3
- ItemIndex = 1
- Items.Strings = (
- 'Top'
- 'Center'
- 'Bottom')
- TabOrder = 0
- OnClick = RadioGroup1Click
- end
- object Chart1: TChart
- Left = 4
- Top = 2
- Width = 517
- Height = 279
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- BackWall.Pen.Visible = False
- Title.Text.Strings = (
- 'TChart')
- OnClickAxis = Chart1ClickAxis
- BottomAxis.EndPosition = 100.000000000000000000
- Frame.Visible = False
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3D = False
- DragMode = dmAutomatic
- TabOrder = 1
- OnDragDrop = Chart1DragDrop
- OnDragOver = Chart1DragOver
- OnMouseMove = Chart1MouseMove
- object Series1: TLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.Visible = False
- 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 = 432
- Top = 352
- Width = 89
- Height = 33
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button1Click
- end
- object RadioGroup2: TRadioGroup
- Left = 8
- Top = 344
- Width = 249
- Height = 42
- Caption = 'Vertical Axis:'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- 'Left'
- 'Center'
- 'Right')
- TabOrder = 3
- OnClick = RadioGroup2Click
- end
- object CheckBox1: TCheckBox
- Left = 280
- Top = 304
- Width = 177
- Height = 17
- Caption = 'Draw axes before Series'
- State = cbChecked
- TabOrder = 4
- OnClick = CheckBox1Click
- end
- end
-