home *** CD-ROM | disk | FTP | other *** search
- object ErrorBarForm: TErrorBarForm
- Left = 100
- Top = 44
- Width = 547
- Height = 480
- ActiveControl = CheckBox1
- Caption = 'TeeChart Error Bar Series Example'
- 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 = 0
- Top = 97
- Width = 539
- Height = 356
- BackWall.Brush.Color = clWhite
- BackWall.Color = clWhite
- BackWall.Size = 10
- BottomWall.Size = 10
- Foot.Font.Color = clRed
- Foot.Font.Height = -12
- Foot.Font.Name = 'Arial'
- Foot.Font.Style = [fsItalic]
- Foot.Frame.Color = clScrollBar
- LeftWall.Size = 10
- Title.Frame.Color = clScrollBar
- Title.Text.Strings = (
- 'TChart Component')
- Title.Visible = False
- BackColor = clWhite
- BottomAxis.LabelsAngle = 90
- BottomAxis.EndPosition = 100.000000000000000000
- Chart3DPercent = 30
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.ColorWidth = 40
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3DOptions.Orthogonal = False
- View3DOptions.Perspective = 55
- View3DOptions.Zoom = 90
- OnGetLegendText = Chart1GetLegendText
- Align = alClient
- TabOrder = 0
- OnMouseMove = Chart1MouseMove
- object ErrorBarSeries1: TErrorBarSeries
- ColorEachPoint = True
- Marks.ArrowLength = 20
- Marks.Visible = False
- SeriesColor = clRed
- Dark3D = False
- XValues.DateTime = True
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- ErrorPen.Color = clBlue
- ErrorPen.Width = 2
- ErrorValues.DateTime = False
- ErrorValues.Name = 'StdError'
- ErrorValues.Multiplier = 1.000000000000000000
- ErrorValues.Order = loNone
- Left = 35
- Top = 45
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 539
- Height = 97
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 356
- Top = 44
- Width = 63
- Height = 23
- Caption = 'Label1'
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object CheckBox1: TCheckBox
- Left = 360
- Top = 12
- Width = 45
- Height = 17
- Caption = '3&D'
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- object BitBtn3: TBitBtn
- Left = 448
- Top = 10
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 1
- OnClick = BitBtn3Click
- NumGlyphs = 2
- end
- object Memo1: TMemo
- Left = 8
- Top = 5
- Width = 305
- Height = 86
- Lines.Strings = (
- 'The Error Bar Series is a standard vertical Bar Series'
- 'showing "Error" values on top using a "T" shape.'
- '"Error" values can be expressed in axis scales or pixels.'
- 'All properties and methods of normal Bar series apply to'
- 'Error Bar series.')
- TabOrder = 2
- end
- end
- end
-