[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'BarChart' (#lcl)

TCustomBarChart

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

Declaration

Source position: barchart.pp line 68

type TCustomBarChart = class(TPanel)

protected

  procedure Paint; override;

  

  class function GetControlClassDefaultSize; override;

  

  function RealGetText; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function AddBar();

  

  function GetBar();

  

  function BarCount;

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  procedure UpdateBarChart;

  

published

  property Bars: TCollection; [rw]

  

  property Depth: Byte; [rw]

  

  property LabelPosition: TPosLabel; [rw]

  

end;

Inheritance

TCustomBarChart

  

|

TPanel

  

The main class for a general container which can hold other objects. It has a customizable border and a central text.

|

TCustomPanel

  

The base class for a general container which can hold other objects. It has a customizable border and a central text.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject