home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Teechart / MULAXIS.DFM / MULAXIS.txt
Encoding:
Text File  |  1999-08-11  |  4.2 KB  |  175 lines

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