home *** CD-ROM | disk | FTP | other *** search
- object ClickNearForm: TClickNearForm
- Left = 115
- Top = 80
- Width = 544
- Height = 375
- Caption = 'TeeChart-Pro -- Calculating nearest point to Mouse click'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object LabelX: TLabel
- Left = 104
- Top = 272
- Width = 33
- Height = 13
- Caption = 'LabelX'
- end
- object LabelY: TLabel
- Left = 104
- Top = 296
- Width = 33
- Height = 13
- Caption = 'LabelY'
- end
- object LabelNear: TLabel
- Left = 104
- Top = 320
- Width = 49
- Height = 13
- Caption = 'LabelNear'
- end
- object Label4: TLabel
- Left = 16
- Top = 272
- Width = 10
- Height = 13
- Caption = 'X:'
- end
- object Label5: TLabel
- Left = 16
- Top = 296
- Width = 10
- Height = 13
- Caption = 'Y:'
- end
- object Label6: TLabel
- Left = 16
- Top = 320
- Width = 66
- Height = 13
- Caption = 'Nearest point:'
- end
- object Chart1: TChart
- Left = 8
- Top = 8
- Width = 521
- 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
- OnAfterDraw = Chart1AfterDraw
- TabOrder = 0
- OnMouseMove = Chart1MouseMove
- object Series1: TLineSeries
- Marks.ArrowLength = 8
- Marks.Style = smsXValue
- Marks.Visible = True
- SeriesColor = clRed
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.Visible = True
- 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 = 440
- Top = 312
- Width = 89
- Height = 25
- Caption = '&Close'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-