home *** CD-ROM | disk | FTP | other *** search
- object CustomLabelsForm: TCustomLabelsForm
- Left = 173
- Top = 48
- Width = 542
- Height = 443
- Caption = 'Custom Axis Labels Example'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 97
- Width = 534
- Height = 319
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Gradient.Direction = gdLeftRight
- Gradient.Visible = True
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.Logarithmic = True
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.Logarithmic = True
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3D = False
- Align = alClient
- TabOrder = 0
- object Series1: TFastLineSeries
- ColorEachPoint = True
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- LinePen.Color = clRed
- LinePen.Width = 2
- 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 = 534
- Height = 97
- Align = alTop
- TabOrder = 1
- object BitBtn2: TBitBtn
- Left = 434
- Top = 12
- Width = 89
- Height = 33
- Caption = 'Close'
- TabOrder = 0
- Kind = bkClose
- end
- object Memo1: TMemo
- Left = 10
- Top = 11
- Width = 407
- Height = 73
- Lines.Strings = (
-
- 'Axis Labels can be customized using events. The number of labels' +
- ' '
-
- 'and each label text, font and position can be specified using t' +
- 'he'
- 'OnGetNextAxisLabel and OnGetAxisLabel events.'
- 'It'#39's intended for complex logarithmic or linear axes labelling.'
- ''
- '')
- TabOrder = 1
- end
- end
- end
-