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

  1. object CustomAxisForm: TCustomAxisForm
  2.   Left = 88
  3.   Top = 57
  4.   Width = 575
  5.   Height = 446
  6.   Caption = 'TeeChart Custom Axis Drawing Example'
  7.   Font.Color = clBlack
  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 Chart1: TChart
  17.     Left = 137
  18.     Top = 0
  19.     Width = 430
  20.     Height = 419
  21.     AnimatedZoom = True
  22.     BackWall.Brush.Color = clWhite
  23.     BackWall.Brush.Style = bsClear
  24.     Foot.Font.Color = clRed
  25.     Foot.Font.Height = -12
  26.     Foot.Font.Name = 'Arial'
  27.     Foot.Font.Style = [fsItalic]
  28.     Foot.Frame.Color = clScrollBar
  29.     Gradient.Visible = True
  30.     Title.Frame.Color = clScrollBar
  31.     Title.Text.Strings = (
  32.       'TChart Component')
  33.     Title.Visible = False
  34.     BottomAxis.Grid.Color = clScrollBar
  35.     BottomAxis.Grid.Visible = False
  36.     BottomAxis.EndPosition = 100.000000000000000000
  37.     LeftAxis.Grid.Color = clScrollBar
  38.     LeftAxis.Grid.Visible = False
  39.     LeftAxis.EndPosition = 100.000000000000000000
  40.     Legend.Alignment = laTop
  41.     RightAxis.Grid.Color = clScrollBar
  42.     RightAxis.Grid.Visible = False
  43.     RightAxis.EndPosition = 100.000000000000000000
  44.     TopAxis.Grid.Color = clScrollBar
  45.     TopAxis.Grid.Visible = False
  46.     TopAxis.EndPosition = 100.000000000000000000
  47.     View3D = False
  48.     View3DWalls = False
  49.     Align = alClient
  50.     TabOrder = 0
  51.     object LineSeries1: TLineSeries
  52.       Marks.ArrowLength = 8
  53.       Marks.Visible = False
  54.       SeriesColor = clRed
  55.       AfterDrawValues = LineSeries1AfterDrawValues
  56.       Pointer.InflateMargins = True
  57.       Pointer.Style = psRectangle
  58.       Pointer.Visible = False
  59.       XValues.DateTime = False
  60.       XValues.Name = 'X'
  61.       XValues.Multiplier = 1.000000000000000000
  62.       XValues.Order = loAscending
  63.       YValues.DateTime = False
  64.       YValues.Name = 'Y'
  65.       YValues.Multiplier = 1.000000000000000000
  66.       YValues.Order = loNone
  67.       Left = 101
  68.       Top = 63
  69.     end
  70.     object PointSeries1: TPointSeries
  71.       ColorEachPoint = True
  72.       Marks.ArrowLength = 8
  73.       Marks.Visible = False
  74.       SeriesColor = clGreen
  75.       Pointer.InflateMargins = True
  76.       Pointer.Style = psDiamond
  77.       Pointer.Visible = True
  78.       XValues.DateTime = True
  79.       XValues.Name = 'X'
  80.       XValues.Multiplier = 1.000000000000000000
  81.       XValues.Order = loAscending
  82.       YValues.DateTime = False
  83.       YValues.Name = 'Y'
  84.       YValues.Multiplier = 1.000000000000000000
  85.       YValues.Order = loNone
  86.       Left = 147
  87.       Top = 61
  88.     end
  89.     object FastLineSeries1: TFastLineSeries
  90.       Marks.ArrowLength = 8
  91.       Marks.Visible = False
  92.       SeriesColor = clBlue
  93.       LinePen.Color = clBlue
  94.       XValues.DateTime = True
  95.       XValues.Name = 'X'
  96.       XValues.Multiplier = 1.000000000000000000
  97.       XValues.Order = loAscending
  98.       YValues.DateTime = False
  99.       YValues.Name = 'Y'
  100.       YValues.Multiplier = 1.000000000000000000
  101.       YValues.Order = loNone
  102.       Left = 187
  103.       Top = 64
  104.     end
  105.   end
  106.   object Panel1: TPanel
  107.     Left = 0
  108.     Top = 0
  109.     Width = 137
  110.     Height = 419
  111.     Align = alLeft
  112.     TabOrder = 1
  113.     object CheckBox1: TCheckBox
  114.       Left = 9
  115.       Top = 12
  116.       Width = 97
  117.       Height = 17
  118.       Caption = '&Animate !!!'
  119.       Font.Color = clBlack
  120.       Font.Height = -16
  121.       Font.Name = 'Arial'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       TabOrder = 0
  125.       OnClick = CheckBox1Click
  126.     end
  127.     object BitBtn1: TBitBtn
  128.       Left = 25
  129.       Top = 348
  130.       Width = 80
  131.       Height = 33
  132.       TabOrder = 1
  133.       Kind = bkClose
  134.     end
  135.     object CheckBox2: TCheckBox
  136.       Left = 9
  137.       Top = 92
  138.       Width = 97
  139.       Height = 17
  140.       Caption = 'Invert Axis '
  141.       TabOrder = 2
  142.       OnClick = CheckBox2Click
  143.     end
  144.     object DrawGrid: TCheckBox
  145.       Left = 9
  146.       Top = 60
  147.       Width = 80
  148.       Height = 17
  149.       Caption = 'Draw Grid'
  150.       State = cbChecked
  151.       TabOrder = 3
  152.       OnClick = DrawGridClick
  153.     end
  154.     object Memo1: TMemo
  155.       Left = 8
  156.       Top = 136
  157.       Width = 121
  158.       Height = 185
  159.       Lines.Strings = (
  160.         'This example shows '
  161.         'how to draw custom '
  162.         'Axis at specific '
  163.         'positions.'
  164.         ''
  165.         'The Axis CustomDraw '
  166.         'method is used to '
  167.         'display '
  168.         'custom Axis.'
  169.         'See also "Multiple '
  170.         'Axes"'
  171.         'example for advanced'
  172.         'features.')
  173.       TabOrder = 4
  174.     end
  175.   end
  176.   object Timer1: TTimer
  177.     Enabled = False
  178.     Interval = 1
  179.     OnTimer = Timer1Timer
  180.     Left = 31
  181.     Top = 34
  182.   end
  183. end
  184.