Class ReportShapePath
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
A path of straight segments: an axis line, a tick, a line plot, an area, a wedge.
public sealed class ReportShapePath : ReportShape
- Inheritance
-
ReportShapePath
- Inherited Members
Constructors
- ReportShapePath(IReadOnlyList<ReportShapePoint>, bool, ColorRgb?, byte, ColorRgb?, byte, Twips)
Initializes a path whose fill and stroke have opacities from 0 (transparent) to 255 (opaque).
- ReportShapePath(IReadOnlyList<ReportShapePoint>, bool, ColorRgb?, ColorRgb?, Twips)
Initializes an opaque path of straight segments through its points, in order.
Properties
- Closed
Gets a value indicating whether the last point joins back to the first.
- Kind
Gets what kind of shape this is.
- Points
Gets the points, in order, relative to the chart's top-left corner.