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

  1. object FormTicksLabels: TFormTicksLabels
  2.   Left = 200
  3.   Top = 105
  4.   ActiveControl = CheckBox1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'TeeChart-Pro 3.0  -- Drawing Ticks and Grid lines'
  8.   ClientHeight = 373
  9.   ClientWidth = 536
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 104
  21.     Top = 346
  22.     Width = 57
  23.     Height = 13
  24.     Caption = 'Bottom axis:'
  25.   end
  26.   object Chart1: TChart
  27.     Left = 4
  28.     Top = 2
  29.     Width = 525
  30.     Height = 327
  31.     BackWall.Brush.Color = clWhite
  32.     BackWall.Brush.Style = bsClear
  33.     Title.Text.Strings = (
  34.       'TChart')
  35.     BottomAxis.ExactDateTime = False
  36.     BottomAxis.Increment = 0.500000000000000000
  37.     BottomAxis.EndPosition = 100.000000000000000000
  38.     LeftAxis.EndPosition = 100.000000000000000000
  39.     Legend.Visible = False
  40.     RightAxis.EndPosition = 100.000000000000000000
  41.     TopAxis.EndPosition = 100.000000000000000000
  42.     View3D = False
  43.     TabOrder = 0
  44.     object Series1: TFastLineSeries
  45.       ColorEachPoint = True
  46.       Marks.ArrowLength = 8
  47.       Marks.Visible = False
  48.       SeriesColor = clRed
  49.       LinePen.Color = clRed
  50.       XValues.DateTime = False
  51.       XValues.Name = 'X'
  52.       XValues.Multiplier = 1.000000000000000000
  53.       XValues.Order = loAscending
  54.       YValues.DateTime = False
  55.       YValues.Name = 'Y'
  56.       YValues.Multiplier = 1.000000000000000000
  57.       YValues.Order = loNone
  58.     end
  59.   end
  60.   object CheckBox1: TCheckBox
  61.     Left = 192
  62.     Top = 344
  63.     Width = 177
  64.     Height = 17
  65.     Caption = 'Ticks and Grids on Labels only'
  66.     State = cbChecked
  67.     TabOrder = 1
  68.     OnClick = CheckBox1Click
  69.   end
  70.   object Button1: TButton
  71.     Left = 440
  72.     Top = 339
  73.     Width = 89
  74.     Height = 25
  75.     Caption = '&Close'
  76.     TabOrder = 2
  77.     OnClick = Button1Click
  78.   end
  79. end
  80.