home *** CD-ROM | disk | FTP | other *** search
- object ScrollBarForm: TScrollBarForm
- Left = 127
- Top = 62
- ActiveControl = Chart1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TeeChart-Pro 3.0 -- Scroll Bars Example'
- ClientHeight = 434
- ClientWidth = 541
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 24
- Top = 8
- Width = 505
- Height = 250
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.ExactDateTime = False
- BottomAxis.Increment = 10.000000000000000000
- BottomAxis.LabelsSeparation = 0
- LeftAxis.Grid.Visible = False
- TopAxis.ExactDateTime = False
- TopAxis.Grid.Visible = False
- TopAxis.Increment = 10.000000000000000000
- TopAxis.LabelsSeparation = 0
- TabOrder = 0
- 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
- object Series2: TLineSeries
- HorizAxis = aTopAxis
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clGreen
- VertAxis = aRightAxis
- 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 ChartScrollBar1: TChartScrollBar
- Left = 24
- Top = 259
- Width = 505
- Height = 18
- Enabled = True
- LargeChange = 3000
- Position = 15000
- SmallChange = 300
- TabOrder = 1
- Chart = Chart1
- end
- object ChartScrollBar2: TChartScrollBar
- Left = 7
- Top = 9
- Width = 16
- Height = 249
- Enabled = True
- Kind = sbVertical
- LargeChange = 3000
- Position = 15000
- SmallChange = 300
- TabOrder = 2
- Chart = Chart1
- end
- object RadioGroup1: TRadioGroup
- Left = 88
- Top = 288
- Width = 73
- Height = 105
- Caption = '&Horizontal:'
- ItemIndex = 2
- Items.Strings = (
- 'Red'
- 'Green'
- 'Both')
- TabOrder = 3
- OnClick = RadioGroup1Click
- end
- object RadioGroup2: TRadioGroup
- Left = 8
- Top = 288
- Width = 65
- Height = 105
- Caption = '&Vertical'
- ItemIndex = 2
- Items.Strings = (
- 'Red'
- 'Green'
- 'Both')
- TabOrder = 4
- OnClick = RadioGroup2Click
- end
- object Button1: TButton
- Left = 456
- Top = 400
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 5
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 176
- Top = 288
- Width = 265
- Height = 137
- Lines.Strings = (
- 'This example shows two TChartScrollBar'
- 'components connected to the Chart component.'
- ''
- 'The Chart scrolls when the ScrollBar changes, and'
- 'the ScrollBar changes when the Chart scrolls'
- 'by dragging with right mouse button or by zooming with'
- 'left mouse button.'
- ''
- 'Optionally control which Axis / Series are affected,'
- 'and inverted scrolling.')
- TabOrder = 6
- end
- object Button2: TButton
- Left = 456
- Top = 288
- Width = 75
- Height = 25
- Caption = '&Reset'
- TabOrder = 7
- OnClick = Button2Click
- end
- object VerticalInvert: TCheckBox
- Left = 16
- Top = 400
- Width = 57
- Height = 17
- Caption = '&Invert'
- TabOrder = 8
- OnClick = VerticalInvertClick
- end
- object HorizontalInvert: TCheckBox
- Left = 96
- Top = 400
- Width = 57
- Height = 17
- Caption = 'I&nvert'
- TabOrder = 9
- OnClick = HorizontalInvertClick
- end
- end
-