home *** CD-ROM | disk | FTP | other *** search
- object LogLabelsForm: TLogLabelsForm
- Left = 71
- Top = 80
- Width = 606
- Height = 424
- Caption = 'Logarithmic Labels example'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- WindowState = wsMaximized
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Chart1: TChart
- Left = 153
- Top = 0
- Width = 445
- Height = 397
- BackWall.Brush.Style = bsClear
- Gradient.Direction = gdLeftRight
- Gradient.Visible = True
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.Logarithmic = True
- LeftAxis.Logarithmic = True
- View3D = False
- Align = alClient
- TabOrder = 0
- object Series1: TFastLineSeries
- ColorEachPoint = True
- Marks.ArrowLength = 8
- Marks.Visible = False
- LinePen.Color = clRed
- LinePen.Width = 2
- SeriesColor = 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 Panel1: TPanel
- Left = 0
- Top = 0
- Width = 153
- Height = 397
- Align = alLeft
- TabOrder = 1
- object BitBtn2: TBitBtn
- Left = 26
- Top = 260
- Width = 89
- Height = 33
- Caption = 'Close'
- TabOrder = 0
- Kind = bkClose
- end
- object Memo1: TMemo
- Left = 12
- Top = 72
- Width = 121
- Height = 149
- Lines.Strings = (
- 'Logarithmic Axis'
- 'can draw labels in'
- 'decades using the'
- 'OnGetNextAxisLabel'
- 'and OnGetAxisLabel'
- 'events.'
- ''
- '')
- TabOrder = 1
- end
- end
- end
-