Previous: Arc procedure To the Table of Content Next: Bar3D procedure

- 4.37.2.3 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

Bar procedure

Targets: MS-DOS, Win32


Graph Unit

Draws a bar with the current fill color.

Declaration:
procedure Bar(X1, Y1, X2, Y2: Longint);
Remarks:
Bar draws a filled-in rectangle (used in bar charts, for example). It uses style and color defined by SetFillColor, SetFillPattern or SetFillStyle. To draw an outlined bar, call Bar3D with a zero depth.


Previous: Arc procedure To the Table of Content Next: Bar3D procedure
Arc procedure Table of Content Bar3D procedure

- 4.37.2.3 -