Bar3D

Declaration: ChartBook.Charts[].Bar3D (llx, lly, urx, ury: double; Depth: integer; Angle: integer);
The method Bar3D displays 3D bars of any size. The user is required to specify the dimensions of the front rectangle (parameters llx, lly, urx, and ury ) in real-world coordinates. The depth has to be specified in pixel coordinates (0..100), the angle is specified in degrees (0..180). The line width of the 3D bar frame may be adjusted by the property LineWidth. The colors of the 3D bar are determined by the properties DataColor (= frame of bar) and FillColor (= body of bar).

RCHBAR3D.gif