Klasse TCustomBarChart

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomBarChart = class(TPanel)

Beschreibung

no description available, TPanel description follows
no description available, TCustomPanel description follows
no description available, TCustomControl description follows
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure Clear;
Public function AddBar(const SName: string; Value: integer; AColor: TColor): TBar;
Public function GetBar(SId: integer): TBar;
Public function BarCount: Integer;
Public procedure BeginUpdate;
Public procedure EndUpdate;
Public procedure UpdateBarChart;

Eigenschaften

Published property Bars: TCollection read GetBars write SetBars;
Published property Depth: byte read FDepth write SetDepth;
Published property LabelPosition: TPosLabel read FLabelPosition write SetLabelPosition;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure Clear;
 
Public function AddBar(const SName: string; Value: integer; AColor: TColor): TBar;
 
Public function GetBar(SId: integer): TBar;
 
Public function BarCount: Integer;
 
Public procedure BeginUpdate;
 
Public procedure EndUpdate;
 
Public procedure UpdateBarChart;
 

Eigenschaften

Published property Bars: TCollection read GetBars write SetBars;
 
Published property Depth: byte read FDepth write SetDepth;
 
Published property LabelPosition: TPosLabel read FLabelPosition write SetLabelPosition;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:51