home *** CD-ROM | disk | FTP | other *** search
- object FormTicksLabels: TFormTicksLabels
- Left = 200
- Top = 105
- ActiveControl = CheckBox1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TeeChart-Pro 3.0 -- Drawing Ticks and Grid lines'
- ClientHeight = 373
- ClientWidth = 536
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Label1: TLabel
- Left = 104
- Top = 346
- Width = 57
- Height = 13
- Caption = 'Bottom axis:'
- end
- object Chart1: TChart
- Left = 4
- Top = 2
- Width = 525
- Height = 327
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.ExactDateTime = False
- BottomAxis.Increment = 0.500000000000000000
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.Visible = False
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3D = False
- TabOrder = 0
- object Series1: TFastLineSeries
- ColorEachPoint = True
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- LinePen.Color = clRed
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- end
- end
- object CheckBox1: TCheckBox
- Left = 192
- Top = 344
- Width = 177
- Height = 17
- Caption = 'Ticks and Grids on Labels only'
- State = cbChecked
- TabOrder = 1
- OnClick = CheckBox1Click
- end
- object Button1: TButton
- Left = 440
- Top = 339
- Width = 89
- Height = 25
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-