home *** CD-ROM | disk | FTP | other *** search
- object IsoMetricAxisForm: TIsoMetricAxisForm
- Left = 103
- Top = 61
- Width = 540
- Height = 420
- Caption = 'TeeChart Pro -- ISOMetric axis scales'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 344
- Width = 68
- Height = 13
- Caption = '&Grid Cells size:'
- FocusControl = ScrollBar1
- end
- object Label2: TLabel
- Left = 144
- Top = 360
- Width = 18
- Height = 13
- Caption = '200'
- end
- object Chart1: TChart
- Left = 4
- Top = 10
- Width = 525
- Height = 327
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- OnUndoZoom = Chart1UndoZoom
- OnZoom = Chart1Zoom
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3D = False
- 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 ScrollBar1: TScrollBar
- Left = 8
- Top = 360
- Width = 121
- Height = 18
- Min = 1
- Position = 20
- TabOrder = 1
- OnChange = ScrollBar1Change
- end
- object Button1: TButton
- Left = 456
- Top = 357
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 192
- Top = 357
- Width = 137
- Height = 25
- Caption = 'Make ISOmetric !'
- TabOrder = 3
- OnClick = Button2Click
- end
- object CheckBox1: TCheckBox
- Left = 352
- Top = 361
- Width = 97
- Height = 17
- Caption = 'Overlap labels'
- State = cbChecked
- TabOrder = 4
- OnClick = CheckBox1Click
- end
- end
-