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

TBarChart

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

Declaration

Source position: barchart.pp line 105

type TBarChart = class(TCustomBarChart)

published

  property Align;

  

  property Alignment;

  

  property Anchors;

  

  property AutoSize;

  

  property BorderSpacing;

  

  property BevelInner;

  

  property BevelOuter;

  

  property BevelWidth;

  

  property BorderWidth;

  

  property BorderStyle;

  

  property Caption;

  

  property ClientHeight;

  

  property ClientWidth;

  

  property Color;

  

  property Constraints;

  

  property DragMode;

  

  property Enabled;

  

  property Font;

  

  property FullRepaint;

  

  property ParentColor;

  

  property ParentFont;

  

  property ParentShowHint;

  

  property PopupMenu;

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property Visible;

  

  property OnClick;

  

  property OnDblClick;

  

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnEndDrag;

  

  property OnEnter;

  

  property OnExit;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnResize;

  

  property OnStartDrag;

  

end;

Inheritance

TBarChart

  

|

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