home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / full / delphi / RUNIMAGE / DELPHI30 / DEMOS / TEECHART / LOGLAB.DFM / LOGLAB.txt
Encoding:
Text File  |  1997-08-04  |  1.9 KB  |  87 lines

  1. object LogLabelsForm: TLogLabelsForm
  2.   Left = 71
  3.   Top = 80
  4.   Width = 606
  5.   Height = 424
  6.   Caption = 'Logarithmic Labels example'
  7.   Font.Color = clWindowText
  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 = 153
  18.     Top = 0
  19.     Width = 445
  20.     Height = 397
  21.     BottomWall.Color = clWhite
  22.     Foot.Font.Color = clRed
  23.     Foot.Font.Height = -11
  24.     Foot.Font.Name = 'Arial'
  25.     Foot.Font.Style = [fsItalic]
  26.     Gradient.Direction = gdLeftRight
  27.     Gradient.Visible = True
  28.     LeftWall.Color = 8454143
  29.     Title.Text.Strings = (
  30.       'TChart')
  31.     View3D = False
  32.     OnGetAxisLabel = Chart1GetAxisLabel
  33.     OnGetNextAxisLabel = Chart1GetNextAxisLabel
  34.     Align = alClient
  35.     TabOrder = 0
  36.     object Series1: TFastLineSeries
  37.       ColorEachPoint = True
  38.       Marks.ArrowLength = 8
  39.       Marks.Visible = False
  40.       LinePen.Color = clRed
  41.       LinePen.Width = 2
  42.       SeriesColor = clRed
  43.       XValues.DateTime = False
  44.       XValues.Name = 'X'
  45.       XValues.Multiplier = 1.000000000000000000
  46.       XValues.Order = loAscending
  47.       YValues.DateTime = False
  48.       YValues.Name = 'Y'
  49.       YValues.Multiplier = 1.000000000000000000
  50.       YValues.Order = loNone
  51.     end
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 0
  55.     Top = 0
  56.     Width = 153
  57.     Height = 397
  58.     Align = alLeft
  59.     TabOrder = 1
  60.     object BitBtn2: TBitBtn
  61.       Left = 26
  62.       Top = 260
  63.       Width = 89
  64.       Height = 33
  65.       Caption = 'Close'
  66.       TabOrder = 0
  67.       Kind = bkClose
  68.     end
  69.     object Memo1: TMemo
  70.       Left = 12
  71.       Top = 72
  72.       Width = 121
  73.       Height = 149
  74.       Lines.Strings = (
  75.         'Logarithmic Axis'
  76.         'can draw labels in'
  77.         'decades using the'
  78.         'OnGetNextAxisLabel'
  79.         'and OnGetAxisLabel'
  80.         'events.'
  81.         ''
  82.         '')
  83.       TabOrder = 1
  84.     end
  85.   end
  86. end
  87.