home *** CD-ROM | disk | FTP | other *** search
- object DragBarForm: TDragBarForm
- Left = 97
- Top = 60
- Width = 496
- Height = 413
- ActiveControl = Chart1
- Caption = 'TeeChart -- Drag Bar Example'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 33
- Width = 488
- Height = 291
- AllowPanning = pmNone
- AllowZoom = False
- BackWall.Brush.Color = clWhite
- BackWall.Color = clBlack
- BottomWall.Color = 8454143
- BottomWall.Size = 8
- Foot.Font.Color = clRed
- Foot.Font.Height = -13
- Foot.Font.Name = 'Arial'
- Foot.Font.Style = [fsItalic]
- Foot.Text.Strings = (
- 'Red Line is a Trend Function.')
- LeftWall.Color = 16777088
- LeftWall.Size = 8
- MarginTop = 5
- Title.AdjustFrame = False
- Title.Brush.Color = 8454016
- Title.Color = clFuchsia
- Title.Font.Color = clNavy
- Title.Font.Height = -19
- Title.Font.Name = 'Arial'
- Title.Font.Style = [fsItalic]
- Title.Frame.Width = 3
- Title.Frame.Visible = True
- Title.Text.Strings = (
- 'Drag the Pyramids...')
- BackColor = clBlack
- BottomAxis.GridCentered = True
- BottomAxis.LabelsFont.Color = clNavy
- BottomAxis.LabelsFont.Height = -16
- BottomAxis.LabelsFont.Name = 'Arial'
- BottomAxis.LabelsFont.Style = [fsBold, fsItalic]
- BottomAxis.EndPosition = 100.000000000000000000
- Chart3DPercent = 25
- LeftAxis.LabelsFont.Color = clPurple
- LeftAxis.LabelsFont.Height = -16
- LeftAxis.LabelsFont.Name = 'Arial'
- LeftAxis.LabelsFont.Style = [fsBold]
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.Alignment = laBottom
- Legend.Font.Color = clBlack
- Legend.Font.Height = -13
- Legend.Font.Name = 'Arial'
- Legend.Font.Style = [fsBold]
- Legend.Visible = False
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3DOptions.VertOffset = 20
- View3DOptions.Zoom = 80
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- BorderWidth = 5
- Color = clSilver
- TabOrder = 0
- object Series2: TBarSeries
- Cursor = 2020
- Marks.ArrowLength = 20
- Marks.Visible = False
- SeriesColor = 16711808
- BarStyle = bsPyramid
- BarWidthPercent = 80
- 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
- object Series1: TLineSeries
- Marks.Arrow.Color = 4227072
- Marks.Arrow.Width = 4
- Marks.ArrowLength = 31
- Marks.BackColor = clGray
- Marks.Font.Color = clWhite
- Marks.Font.Height = -19
- Marks.Font.Name = 'Arial'
- Marks.Font.Style = []
- Marks.Frame.Color = clBlue
- Marks.Frame.Style = psDot
- Marks.Style = smsPercent
- Marks.Visible = True
- DataSource = Series2
- SeriesColor = 8388863
- LinePen.Color = clWhite
- LinePen.Style = psDot
- LinePen.Width = 2
- Pointer.Draw3D = False
- Pointer.HorizSize = 6
- Pointer.InflateMargins = False
- Pointer.Style = psCircle
- Pointer.VertSize = 6
- 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
- object TeeFunction1: TTrendFunction
- end
- end
- end
- object TeeCommander1: TTeeCommander
- Left = 0
- Top = 0
- Width = 488
- Height = 33
- OnChartMouseDown = Chart1MouseDown
- OnChartMouseMove = Chart1MouseMove
- OnChartMouseUp = Chart1MouseUp
- Panel = Chart1
- Align = alTop
- TabOrder = 1
- object Button1: TButton
- Left = 385
- Top = 4
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 3
- OnClick = Button1Click
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 324
- Width = 488
- Height = 62
- Align = alBottom
- TabOrder = 2
- object RadioGroup1: TRadioGroup
- Left = 12
- Top = 8
- Width = 341
- Height = 45
- Caption = 'Bar Style:'
- Columns = 4
- ItemIndex = 1
- Items.Strings = (
- 'Bar'
- 'Pyramid'
- 'Inv. Pyramid'
- 'Cylinder')
- TabOrder = 0
- OnClick = RadioGroup1Click
- end
- object CheckBox1: TCheckBox
- Left = 372
- Top = 24
- Width = 97
- Height = 17
- Caption = 'ColorEach'
- TabOrder = 1
- OnClick = CheckBox1Click
- end
- end
- end
-