[Overview][Resource strings][Classes][Variables] Reference for unit 'ProjectGraph' (#gui)

TGraphDlg

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: projectgraph.pas line 50

type TGraphDlg = class(TForm)

  BackColorBox: TColorBox;

  

  BackColorLabel: TLabel;

  

  LineColorLabel: TLabel;

  

  LineColorBox: TColorBox;

  

  ComboBox1: TComboBox;

  

  ComboBox2: TComboBox;

  

  styleLabel: TLabel;

  

  XAxisLabel: TLabel;

  

  xyChart: TxyChart;

  

  YAxisLabel: TLabel;

  

  Panel1: TPanel;

  

  procedure BackColorBoxChange();

  

  procedure LineColorBoxChange();

  

  procedure ShowLinesCheckBoxChange();

  

  procedure ShowPointsCheckBoxChange();

  

  procedure ComboBoxChange();

  

  procedure FormCreate();

  

  procedure xyChartDblClick();

  

public

  procedure ShowData;

  

end;

Inheritance

TGraphDlg

  

|

TForm

?

TObject