Unit 'TATypes' Package
[Overview][Constants][Types][Classes][Index] [#lz_tachart]

TChartElement

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

Declaration

Source position: tatypes.pas line 78

type TChartElement = class(TPersistent)

strict protected

  FOwner: TCustomChart;

  

  FVisible: Boolean;

  

  procedure InitHelper();

  

  procedure SetVisible();

  

  procedure StyleChanged(); virtual;

  

public

  constructor Create();

  

  procedure Assign(); override;

  

  function GetOwner; override;

  

  procedure SetOwner();

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TChartElement

  

|

TObject



CT Web help

CodeTyphon Studio