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

📄 ufrmopviewcorrelationscatterplot.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited FrmOpViewCorrelationScatterplot: TFrmOpViewCorrelationScatterplot
  Left = 278
  Top = 260
  Caption = 'Correlation scatterplot'
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlFond: TPanel
    inherited pgctrlFond: TPageControl
      ActivePage = tabChart
      object tabChart: TTabSheet
        Caption = 'tabChart'
        ImageIndex = 1
        TabVisible = False
        object chart: TChart
          Left = 0
          Top = 0
          Width = 854
          Height = 536
          AllowZoom = False
          BackWall.Brush.Color = clWhite
          BackWall.Brush.Style = bsClear
          Title.Text.Strings = (
            '')
          BottomAxis.Automatic = False
          BottomAxis.AutomaticMaximum = False
          BottomAxis.AutomaticMinimum = False
          BottomAxis.ExactDateTime = False
          BottomAxis.Grid.Color = clSilver
          BottomAxis.Increment = 0.1
          BottomAxis.LabelStyle = talValue
          BottomAxis.Maximum = 1
          BottomAxis.Minimum = -1
          LeftAxis.Automatic = False
          LeftAxis.AutomaticMaximum = False
          LeftAxis.AutomaticMinimum = False
          LeftAxis.ExactDateTime = False
          LeftAxis.Grid.Color = clSilver
          LeftAxis.Increment = 0.1
          LeftAxis.LabelStyle = talValue
          LeftAxis.Maximum = 1
          LeftAxis.Minimum = -1
          Legend.Alignment = laBottom
          Legend.LegendStyle = lsSeries
          Legend.Visible = False
          View3D = False
          OnBeforeDrawSeries = chartBeforeDrawSeries
          Align = alClient
          BevelOuter = bvLowered
          TabOrder = 0
          object scatter: TPointSeries
            Marks.ArrowLength = 0
            Marks.Font.Charset = ANSI_CHARSET
            Marks.Font.Color = clRed
            Marks.Font.Height = -13
            Marks.Font.Name = 'Trebuchet MS'
            Marks.Font.Style = []
            Marks.Frame.Visible = False
            Marks.Transparent = True
            Marks.Visible = True
            SeriesColor = clRed
            Pointer.HorizSize = 1
            Pointer.InflateMargins = True
            Pointer.Style = psSmallDot
            Pointer.VertSize = 1
            Pointer.Visible = True
            XValues.DateTime = False
            XValues.Name = 'X '
            XValues.Multiplier = 1
            XValues.Order = loAscending
            YValues.DateTime = False
            YValues.Name = 'Y '
            YValues.Multiplier = 1
            YValues.Order = loNone
          end
        end
      end
    end
  end
  inherited ActListFrmOperator: TActionList
    object actFontSizeIncrease: TAction
      Category = 'Component'
      Caption = 'Font size +'
      ShortCut = 16465
      OnExecute = actFontSizeIncreaseExecute
    end
    object actFontSizeDecrease: TAction
      Category = 'Component'
      Caption = 'Font size --'
      ShortCut = 16471
      OnExecute = actFontSizeDecreaseExecute
    end
  end
  inherited MenuOperator: TMainMenu
    inherited menuComponent: TMenuItem
      object N1: TMenuItem
        Caption = '-'
      end
      object Font1: TMenuItem
        Action = actFontSizeIncrease
      end
      object Font2: TMenuItem
        Action = actFontSizeDecrease
      end
    end
  end
end

⌨️ 快捷键说明

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