Language:
Русский
English
Bar (procedure) (Graph unit)
Draws a bar using the current fill style and fill color.
Declaration
procedure Bar(x1, y1, x2, y2: Integer);
Target
Real, Protected
Remarks
Bar draws a filled-in rectangle (used in bar charts, for example). Uses the pattern and color defined by SetFillStyle or SetFillPattern. To draw an outlined bar, call Bar3D with a depth of zero.
Restrictions
Must be in grpahics mode.