Klasse TCustomBarChart
Unit
Chart
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
Eigenschaften
 |
property Bars: TCollection read GetBars write SetBars; |
 |
property Depth: byte read FDepth write SetDepth; |
 |
property LabelPosition: TPosLabel read FLabelPosition write SetLabelPosition; |
Beschreibung
Methoden
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure Clear; |
|
 |
function AddBar(const SName: string; Value: integer; AColor: TColor): TBar; |
|
 |
function GetBar(SId: integer): TBar; |
|
 |
function BarCount: Integer; |
|
 |
procedure BeginUpdate; |
|
 |
procedure EndUpdate; |
|
 |
procedure UpdateBarChart; |
|
Eigenschaften
 |
property Bars: TCollection read GetBars write SetBars; |
|
 |
property Depth: byte read FDepth write SetDepth; |
|
 |
property LabelPosition: TPosLabel read FLabelPosition write SetLabelPosition; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:51