Rectangle

Declaration: ChartBook.Charts[].Rectangle (x1, y1, x2, y2: double)
The method Rectangle renders a rectangle. The lower left corner and the upper right corner are specified by the positions (x1,y1 ) and (x2,y2 ), respectively. The color of the border is determined by the property DataColor; the color of the fill area is specified by the property FillColor. The fill area of the rectangle may be either opaque or transparent, depending on the property TransparentItems. The line width of the border may be adjusted by the property LineWidth.