home *** CD-ROM | disk | FTP | other *** search
- object FormMarkTips: TFormMarkTips
- Left = 200
- Top = 96
- Width = 422
- Height = 385
- ActiveControl = Chart1
- Caption = 'TeeChart Pro 4 - Showing Marks as Tips'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 8
- Top = 64
- Width = 400
- Height = 250
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Font.Color = clBlue
- Title.Font.Height = -13
- Title.Font.Name = 'Arial'
- Title.Font.Style = [fsBold]
- Title.Text.Strings = (
- 'Click on a Bar...')
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.Font.Color = clBlack
- Legend.Font.Height = -13
- Legend.Font.Name = 'Arial'
- Legend.Font.Style = [fsItalic]
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- OnAfterDraw = Chart1AfterDraw
- TabOrder = 0
- OnMouseMove = Chart1MouseMove
- object Series1: TBarSeries
- ColorEachPoint = True
- Marks.ArrowLength = 20
- Marks.Visible = True
- SeriesColor = clRed
- OnClick = Series1Click
- OnGetMarkText = Series1GetMarkText
- 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 Button1: TButton
- Left = 328
- Top = 328
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 1
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 328
- Width = 97
- Height = 17
- Caption = 'Follow mouse'
- TabOrder = 2
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 401
- Height = 49
- Lines.Strings = (
- 'This example shows how to customize Series Marks and display a '
- 'single mark when user clicks on a Series point.'
- 'It also shows custom drawing and automatic point selection.'
- '')
- TabOrder = 3
- end
- end
-