home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TFMPOLAR / TFMPOLAR.txt
Encoding:
Text File  |  1998-02-28  |  1.7 KB  |  71 lines

  1. object fmPolar: TfmPolar
  2.   Left = 293
  3.   Top = 281
  4.   Width = 640
  5.   Height = 507
  6.   Caption = 'TeeChart Polar Series Example'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   Scaled = False
  14.   WindowState = wsMaximized
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Chart: TChart
  18.     Left = 0
  19.     Top = 41
  20.     Width = 632
  21.     Height = 439
  22.     BottomWall.Color = clWhite
  23.     Foot.Font.Charset = DEFAULT_CHARSET
  24.     Foot.Font.Color = clRed
  25.     Foot.Font.Height = -12
  26.     Foot.Font.Name = 'Arial'
  27.     Foot.Font.Style = [fsItalic]
  28.     Foot.Text.Strings = (
  29.       '')
  30.     Foot.Visible = False
  31.     LeftWall.Color = 8454143
  32.     Title.Brush.Color = 16777088
  33.     Title.Font.Charset = DEFAULT_CHARSET
  34.     Title.Font.Color = clBlue
  35.     Title.Font.Height = -16
  36.     Title.Font.Name = 'Arial'
  37.     Title.Font.Style = []
  38.     Title.Frame.Color = clRed
  39.     Title.Frame.Width = 4
  40.     Title.Text.Strings = (
  41.       '')
  42.     AxisVisible = False
  43.     BackColor = clBtnFace
  44.     BottomAxis.Automatic = False
  45.     BottomAxis.AutomaticMaximum = False
  46.     BottomAxis.AutomaticMinimum = False
  47.     BottomAxis.Increment = 10.000000000000000000
  48.     BottomAxis.Maximum = 992.000000000000000000
  49.     BottomAxis.Minimum = 3.000000000000000000
  50.     Frame.Visible = False
  51.     Legend.Color = 8454143
  52.     Legend.ColorWidth = 37
  53.     Legend.Inverted = True
  54.     Legend.Visible = False
  55.     Legend.ShadowSize = 4
  56.     View3D = False
  57.     OnAfterDraw = ChartAfterDraw
  58.     Align = alClient
  59.     BevelInner = bvLowered
  60.     TabOrder = 0
  61.   end
  62.   object Panel1: TPanel
  63.     Left = 0
  64.     Top = 0
  65.     Width = 632
  66.     Height = 41
  67.     Align = alTop
  68.     TabOrder = 1
  69.   end
  70. end
  71.