home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / EXTENDED / UDEPAX.DFM / UDEPAX.txt
Encoding:
Text File  |  1998-10-24  |  4.7 KB  |  182 lines

  1. object DepthAxisForm: TDepthAxisForm
  2.   Left = 98
  3.   Top = 33
  4.   Width = 549
  5.   Height = 486
  6.   Caption = 'TeeChart Pro -- Using the new Depth Axis'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 541
  20.     Height = 105
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Memo1: TMemo
  24.       Left = 8
  25.       Top = 8
  26.       Width = 305
  27.       Height = 89
  28.       Lines.Strings = (
  29.         'The new "Depth" axis has the same properties and methods'
  30.         'than the regular Left, Top, Right and Bottom axes.'
  31.         'It can be used to show the Series names, or any Value labels '
  32.         'from Minimum to Maximum.'
  33.         'It'#39's intended to be used in 3D mode only.')
  34.       TabOrder = 0
  35.     end
  36.     object Button1: TButton
  37.       Left = 455
  38.       Top = 12
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'Close'
  42.       Default = True
  43.       TabOrder = 1
  44.       OnClick = Button1Click
  45.     end
  46.     object CheckBox1: TCheckBox
  47.       Left = 328
  48.       Top = 16
  49.       Width = 121
  50.       Height = 17
  51.       Caption = 'Show Depth axis'
  52.       State = cbChecked
  53.       TabOrder = 2
  54.       OnClick = CheckBox1Click
  55.     end
  56.     object CheckBox2: TCheckBox
  57.       Left = 328
  58.       Top = 48
  59.       Width = 129
  60.       Height = 17
  61.       Caption = 'Show Series names'
  62.       State = cbChecked
  63.       TabOrder = 3
  64.       OnClick = CheckBox2Click
  65.     end
  66.     object CheckBox3: TCheckBox
  67.       Left = 328
  68.       Top = 72
  69.       Width = 113
  70.       Height = 17
  71.       Caption = 'Show Grid lines'
  72.       State = cbChecked
  73.       TabOrder = 4
  74.       OnClick = CheckBox3Click
  75.     end
  76.   end
  77.   object TeeCommander1: TTeeCommander
  78.     Left = 0
  79.     Top = 105
  80.     Width = 541
  81.     Height = 33
  82.     Panel = Chart1
  83.     Align = alTop
  84.     TabOrder = 1
  85.   end
  86.   object Chart1: TChart
  87.     Left = 0
  88.     Top = 138
  89.     Width = 541
  90.     Height = 321
  91.     BackWall.Brush.Color = clWhite
  92.     BackWall.Brush.Style = bsClear
  93.     MarginRight = 10
  94.     Title.Text.Strings = (
  95.       'TChart')
  96.     Title.Visible = False
  97.     BottomAxis.EndPosition = 100.000000000000000000
  98.     Chart3DPercent = 45
  99.     DepthAxis.LabelsFont.Color = clNavy
  100.     DepthAxis.LabelsFont.Height = -13
  101.     DepthAxis.LabelsFont.Name = 'Arial'
  102.     DepthAxis.LabelsFont.Style = [fsBold, fsItalic]
  103.     DepthAxis.Visible = True
  104.     LeftAxis.EndPosition = 100.000000000000000000
  105.     Legend.Visible = False
  106.     RightAxis.EndPosition = 100.000000000000000000
  107.     TopAxis.EndPosition = 100.000000000000000000
  108.     View3DOptions.Elevation = 338
  109.     View3DOptions.Orthogonal = False
  110.     View3DOptions.Rotation = 350
  111.     View3DOptions.Zoom = 88
  112.     Align = alClient
  113.     TabOrder = 2
  114.     object Series1: TLineSeries
  115.       Marks.ArrowLength = 8
  116.       Marks.Visible = False
  117.       SeriesColor = clRed
  118.       Pointer.InflateMargins = True
  119.       Pointer.Style = psRectangle
  120.       Pointer.Visible = False
  121.       XValues.DateTime = False
  122.       XValues.Name = 'X'
  123.       XValues.Multiplier = 1.000000000000000000
  124.       XValues.Order = loAscending
  125.       YValues.DateTime = False
  126.       YValues.Name = 'Y'
  127.       YValues.Multiplier = 1.000000000000000000
  128.       YValues.Order = loNone
  129.     end
  130.     object Series2: TLineSeries
  131.       Marks.ArrowLength = 8
  132.       Marks.Visible = False
  133.       SeriesColor = clGreen
  134.       Pointer.InflateMargins = True
  135.       Pointer.Style = psRectangle
  136.       Pointer.Visible = False
  137.       XValues.DateTime = False
  138.       XValues.Name = 'X'
  139.       XValues.Multiplier = 1.000000000000000000
  140.       XValues.Order = loAscending
  141.       YValues.DateTime = False
  142.       YValues.Name = 'Y'
  143.       YValues.Multiplier = 1.000000000000000000
  144.       YValues.Order = loNone
  145.     end
  146.     object Series3: TLineSeries
  147.       Marks.ArrowLength = 8
  148.       Marks.Visible = False
  149.       SeriesColor = clYellow
  150.       Pointer.InflateMargins = True
  151.       Pointer.Style = psRectangle
  152.       Pointer.Visible = False
  153.       XValues.DateTime = False
  154.       XValues.Name = 'X'
  155.       XValues.Multiplier = 1.000000000000000000
  156.       XValues.Order = loAscending
  157.       YValues.DateTime = False
  158.       YValues.Name = 'Y'
  159.       YValues.Multiplier = 1.000000000000000000
  160.       YValues.Order = loNone
  161.     end
  162.     object Series4: TPoint3DSeries
  163.       Active = False
  164.       Marks.ArrowLength = 8
  165.       Marks.Visible = False
  166.       SeriesColor = clBlue
  167.       DepthSize = 4.000000000000000000
  168.       Pointer.InflateMargins = True
  169.       Pointer.Style = psRectangle
  170.       Pointer.Visible = True
  171.       XValues.DateTime = False
  172.       XValues.Name = 'X'
  173.       XValues.Multiplier = 1.000000000000000000
  174.       XValues.Order = loNone
  175.       YValues.DateTime = False
  176.       YValues.Name = 'Y'
  177.       YValues.Multiplier = 1.000000000000000000
  178.       YValues.Order = loNone
  179.     end
  180.   end
  181. end
  182.