Table of Contents

Class ReportShapeRectangle

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

A rectangle: a plot area, a column, a bar, a legend swatch.

public sealed class ReportShapeRectangle : ReportShape
Inheritance
ReportShapeRectangle
Inherited Members

Constructors

ReportShapeRectangle(Twips, Twips, Twips, Twips, ColorRgb?, byte, ColorRgb?, Twips)

Initializes a rectangle whose fill has an opacity from 0 (transparent) to 255 (opaque).

ReportShapeRectangle(Twips, Twips, Twips, Twips, ColorRgb?, ColorRgb?, Twips)

Initializes an opaque rectangle, in coordinates relative to the owning item's top-left corner.

Properties

Height

Gets the height.

Kind

Gets what kind of shape this is.

Left

Gets the left edge, relative to the chart's left edge.

Top

Gets the top edge, relative to the chart's top edge.

Width

Gets the width.