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

  1. object MultiRowLegendForm: TMultiRowLegendForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 467
  5.   Height = 415
  6.   Caption = 'Horizontal Legend supporting multiple rows'
  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 = 459
  20.     Height = 89
  21.     Align = alTop
  22.     Caption = 'Panel1'
  23.     TabOrder = 0
  24.     object Memo1: TMemo
  25.       Left = 8
  26.       Top = 6
  27.       Width = 321
  28.       Height = 75
  29.       Lines.Strings = (
  30.         'When the Legend position is "horizontal" ( top or bottom ),'
  31.         'the maximum number of rows can be specified using the'
  32.         'Legend "MaxNumRows" property.')
  33.       TabOrder = 0
  34.     end
  35.     object Button1: TButton
  36.       Left = 367
  37.       Top = 55
  38.       Width = 75
  39.       Height = 25
  40.       Caption = 'Close'
  41.       Default = True
  42.       TabOrder = 1
  43.       OnClick = Button1Click
  44.     end
  45.     object CheckBox1: TCheckBox
  46.       Left = 344
  47.       Top = 16
  48.       Width = 97
  49.       Height = 17
  50.       Caption = '&Show Values'
  51.       TabOrder = 2
  52.       OnClick = CheckBox1Click
  53.     end
  54.   end
  55.   object Chart1: TChart
  56.     Left = 0
  57.     Top = 89
  58.     Width = 459
  59.     Height = 299
  60.     BackWall.Brush.Color = clWhite
  61.     BackWall.Brush.Style = bsClear
  62.     Title.Text.Strings = (
  63.       'TChart')
  64.     Title.Visible = False
  65.     BottomAxis.EndPosition = 100.000000000000000000
  66.     LeftAxis.EndPosition = 100.000000000000000000
  67.     Legend.Alignment = laTop
  68.     Legend.Font.Color = clBlack
  69.     Legend.Font.Height = -19
  70.     Legend.Font.Name = 'Arial'
  71.     Legend.Font.Style = []
  72.     RightAxis.EndPosition = 100.000000000000000000
  73.     TopAxis.EndPosition = 100.000000000000000000
  74.     Align = alClient
  75.     TabOrder = 1
  76.     object Series4: TBarSeries
  77.       Marks.ArrowLength = 20
  78.       Marks.Visible = True
  79.       SeriesColor = clBlue
  80.       Title = 'Blue Seas'
  81.       XValues.DateTime = False
  82.       XValues.Name = 'X'
  83.       XValues.Multiplier = 1.000000000000000000
  84.       XValues.Order = loAscending
  85.       YValues.DateTime = False
  86.       YValues.Name = 'Bar'
  87.       YValues.Multiplier = 1.000000000000000000
  88.       YValues.Order = loNone
  89.     end
  90.     object Series2: TPointSeries
  91.       Marks.ArrowLength = 0
  92.       Marks.Visible = False
  93.       SeriesColor = clGreen
  94.       Title = 'Green Fields'
  95.       Pointer.InflateMargins = True
  96.       Pointer.Style = psRectangle
  97.       Pointer.Visible = True
  98.       XValues.DateTime = False
  99.       XValues.Name = 'X'
  100.       XValues.Multiplier = 1.000000000000000000
  101.       XValues.Order = loAscending
  102.       YValues.DateTime = False
  103.       YValues.Name = 'Y'
  104.       YValues.Multiplier = 1.000000000000000000
  105.       YValues.Order = loNone
  106.     end
  107.     object Series3: TLineSeries
  108.       Marks.ArrowLength = 8
  109.       Marks.Visible = False
  110.       SeriesColor = clYellow
  111.       Title = 'Yellow Sun'
  112.       Pointer.InflateMargins = True
  113.       Pointer.Style = psRectangle
  114.       Pointer.Visible = False
  115.       XValues.DateTime = False
  116.       XValues.Name = 'X'
  117.       XValues.Multiplier = 1.000000000000000000
  118.       XValues.Order = loAscending
  119.       YValues.DateTime = False
  120.       YValues.Name = 'Y'
  121.       YValues.Multiplier = 1.000000000000000000
  122.       YValues.Order = loNone
  123.     end
  124.     object Series1: TLineSeries
  125.       Marks.ArrowLength = 8
  126.       Marks.Visible = False
  127.       SeriesColor = clWhite
  128.       Title = 'White Cloud'
  129.       Pointer.InflateMargins = True
  130.       Pointer.Style = psRectangle
  131.       Pointer.Visible = False
  132.       XValues.DateTime = False
  133.       XValues.Name = 'X'
  134.       XValues.Multiplier = 1.000000000000000000
  135.       XValues.Order = loAscending
  136.       YValues.DateTime = False
  137.       YValues.Name = 'Y'
  138.       YValues.Multiplier = 1.000000000000000000
  139.       YValues.Order = loNone
  140.     end
  141.     object Series5: TPointSeries
  142.       Marks.ArrowLength = 0
  143.       Marks.Visible = False
  144.       SeriesColor = clFuchsia
  145.       Title = 'Pink Panther'
  146.       Pointer.InflateMargins = True
  147.       Pointer.Style = psRectangle
  148.       Pointer.Visible = True
  149.       XValues.DateTime = False
  150.       XValues.Name = 'X'
  151.       XValues.Multiplier = 1.000000000000000000
  152.       XValues.Order = loAscending
  153.       YValues.DateTime = False
  154.       YValues.Name = 'Y'
  155.       YValues.Multiplier = 1.000000000000000000
  156.       YValues.Order = loNone
  157.     end
  158.   end
  159. end
  160.