Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderPie Class / Pie Property

In This Topic
    Pie Property (RenderPie)
    In This Topic
    Gets the EllipsePartProps object describing the pie shape represented by the current RenderPie object. The coordinates of the ellipse containing the pie shape are relative to the left top corner of the current RenderPie object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pie As EllipsePartProps
    public EllipsePartProps Pie {get;}
    See Also