- 4.37.2.3 -
Standard Units
![](images/1.gif)
Graph Unit
![](images/1.gif)
![](images/1.gif)
Graph Unit Procedures and FunctionsBar 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](images/prev.gif) |
![To the Table of Content](images/index.gif) |
![Next: Bar3D procedure](images/next.gif) |
Arc procedure |
Table of Content |
Bar3D procedure |
- 4.37.2.3 -