[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: TAlign;

  

  property Alignment: TAlignment;

  

  property Anchors: TAnchors;

  

  property AutoSize: Boolean;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BevelInner: TPanelBevel;

  

  property BevelOuter: TPanelBevel;

  

  property BevelWidth: TBevelWidth;

  

  property BorderWidth: TBorderWidth;

  

  property BorderStyle: TBorderStyle;

  

  property Caption: TCaption;

  

  property ClientHeight: Integer;

  

  property ClientWidth: Integer;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property DragMode: TDragMode;

  

  property Enabled: Boolean;

  

  property Font: TFont;

  

  property FullRepaint: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentFont: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ShowHint: Boolean;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property Visible: Boolean;

  

  property OnClick: TNotifyEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnResize: TNotifyEvent;

  

  property OnStartDrag: TStartDragEvent;

  

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