home *** CD-ROM | disk | FTP | other *** search
- object SurfaceLabelsForm: TSurfaceLabelsForm
- Left = 149
- Top = 96
- Width = 578
- Height = 448
- Caption = 'TeeChart-Pro --- Customizing Surface Labels'
- 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 = 33
- Width = 570
- Height = 347
- BackWall.Brush.Color = clWhite
- BackWall.Color = clSilver
- BackWall.Size = 20
- BottomWall.Color = 8454016
- LeftWall.Color = clSilver
- LeftWall.Size = 20
- Title.Text.Strings = (
- 'Depth Axis Labels')
- BackColor = clSilver
- BottomAxis.LabelsFont.Color = clBlue
- BottomAxis.LabelsFont.Height = -11
- BottomAxis.LabelsFont.Name = 'Arial'
- BottomAxis.LabelsFont.Style = []
- BottomAxis.EndPosition = 100.000000000000000000
- Chart3DPercent = 100
- DepthAxis.ExactDateTime = False
- DepthAxis.Increment = 1.000000000000000000
- DepthAxis.LabelsFont.Color = clBlack
- DepthAxis.LabelsFont.Height = -24
- DepthAxis.LabelsFont.Name = 'Arial'
- DepthAxis.LabelsFont.Style = []
- DepthAxis.Visible = True
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.Visible = False
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3DOptions.Elevation = 357
- View3DOptions.Orthogonal = False
- View3DOptions.Rotation = 311
- View3DOptions.Zoom = 80
- OnGetAxisLabel = Chart1GetAxisLabel
- Align = alClient
- Color = clWhite
- TabOrder = 0
- object Series1: TSurfaceSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- NumXValues = 15
- NumZValues = 15
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loNone
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- end
- end
- object TeeCommander1: TTeeCommander
- Left = 0
- Top = 0
- Width = 570
- Height = 33
- Panel = Chart1
- Align = alTop
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 0
- Top = 380
- Width = 570
- Height = 41
- Align = alBottom
- TabOrder = 2
- object CheckBox1: TCheckBox
- Left = 16
- Top = 17
- Width = 169
- Height = 13
- Caption = 'Show Z labels'
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- object Button1: TButton
- Left = 344
- Top = 8
- Width = 89
- Height = 28
- Caption = '&Edit Chart...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object BitBtn1: TBitBtn
- Left = 472
- Top = 8
- Width = 89
- Height = 28
- Caption = '&Close'
- TabOrder = 2
- OnClick = BitBtn1Click
- end
- end
- end
-