⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 TeeChart图表工具快速入门.rar
💻 DFM
字号:
object Form1: TForm1
  Left = 244
  Top = 110
  Width = 656
  Height = 754
  Caption = 'TeeChart'#30340#32452#25104
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Chart1: TChart
    Left = 24
    Top = 8
    Width = 577
    Height = 337
    BackWall.AutoHide = True
    BackWall.Transparency = 3
    BackWall.Transparent = False
    Foot.Text.Strings = (
      'Foot')
    Legend.Title.Text.Strings = (
      'Legend')
    MarginTop = 5
    RightWall.Color = clWhite
    RightWall.Visible = True
    SubFoot.Text.Strings = (
      '3D_SubFoot')
    SubTitle.Text.Strings = (
      'SubTitle')
    Title.Font.Charset = GB2312_CHARSET
    Title.Font.Color = clRed
    Title.Font.Height = -19
    Title.Font.Name = #26999#20307'_GB2312'
    Title.Text.Strings = (
      'Title')
    BottomAxis.Title.Caption = 'BottomAxis'
    Chart3DPercent = 70
    DepthAxis.Title.Caption = 'DepthRightAxis'
    DepthAxis.Visible = True
    DepthTopAxis.Title.Caption = 'DepthTopAxis'
    DepthTopAxis.Visible = True
    LeftAxis.StartPosition = 1.000000000000000000
    LeftAxis.Title.Caption = 'LeftAxis'
    RightAxis.Inverted = True
    RightAxis.Title.Angle = 0
    RightAxis.Title.Caption = 'RightAxis'
    RightAxis.Title.Font.Height = -16
    RightAxis.TitleSize = 13
    TopAxis.Inverted = True
    TopAxis.LabelStyle = talValue
    TopAxis.Logarithmic = True
    TopAxis.StartPosition = 27.000000000000000000
    TopAxis.Title.Caption = 'TopAxis'
    TabOrder = 0
    PrintMargins = (
      15
      21
      15
      21)
    object Series1: TFastLineSeries
      Marks.Callout.Brush.Color = clBlack
      Marks.Visible = False
      LinePen.Color = clRed
      LinePen.Width = 2
      XValues.Name = 'X'
      XValues.Order = loAscending
      YValues.Name = 'Y'
      YValues.Order = loNone
    end
    object Series2: TLineSeries
      Marks.Callout.Brush.Color = clBlack
      Marks.Visible = False
      Pointer.InflateMargins = True
      Pointer.Style = psRectangle
      Pointer.Visible = False
      XValues.Name = 'X'
      XValues.Order = loAscending
      YValues.Name = 'Y'
      YValues.Order = loNone
    end
    object ChartTool1: TPageNumTool
      Callout.Brush.Color = clBlack
      Callout.Arrow.Visible = False
      Text = 'Page %d of %d'
      TextAlignment = taRightJustify
    end
  end
  object Chart2: TChart
    Left = 24
    Top = 368
    Width = 577
    Height = 337
    BackWall.Color = clWhite
    Foot.Text.Strings = (
      'Foot')
    Legend.CheckBoxes = True
    Legend.FontSeriesColor = True
    Legend.Shadow.HorizSize = 1
    Legend.Title.Text.Strings = (
      'Legend')
    MarginTop = 5
    RightWall.Color = clWhite
    RightWall.Visible = True
    SubFoot.Text.Strings = (
      '2D_SubFoot')
    SubTitle.Text.Strings = (
      'SubTitle')
    Title.Font.Charset = GB2312_CHARSET
    Title.Font.Color = clRed
    Title.Font.Height = -19
    Title.Font.Name = #26999#20307'_GB2312'
    Title.Text.Strings = (
      'Title')
    BottomAxis.Title.Caption = 'BottomAxis'
    Chart3DPercent = 70
    DepthAxis.Visible = True
    DepthTopAxis.Visible = True
    LeftAxis.StartPosition = 1.000000000000000000
    LeftAxis.Title.Caption = 'LeftAxis'
    RightAxis.Inverted = True
    RightAxis.Title.Caption = 'RightAxis'
    TopAxis.GridCentered = True
    TopAxis.LabelsSize = 3
    TopAxis.EndPosition = 99.000000000000000000
    TopAxis.PositionPercent = 1.000000000000000000
    TopAxis.PositionUnits = muPixels
    TopAxis.TickInnerLength = 1
    TopAxis.TickOnLabelsOnly = False
    TopAxis.Title.Caption = 'TopAxis'
    View3D = False
    View3DOptions.Orthogonal = False
    Zoom.Animated = True
    Zoom.Brush.Color = 8421440
    Zoom.Brush.Style = bsSolid
    TabOrder = 1
    object FastLineSeries1: TFastLineSeries
      Marks.Callout.Brush.Color = clBlack
      Marks.Visible = False
      LinePen.Color = clRed
      XValues.Name = 'X'
      XValues.Order = loAscending
      YValues.Name = 'Y'
      YValues.Order = loNone
    end
    object Series3: TLineSeries
      Marks.Callout.Brush.Color = clBlack
      Marks.Visible = False
      Pointer.InflateMargins = True
      Pointer.Style = psRectangle
      Pointer.Visible = False
      XValues.Name = 'X'
      XValues.Order = loAscending
      YValues.Name = 'Y'
      YValues.Order = loNone
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -