ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddPie Method
The rectangle that represents the pie or arc.
The start angle for the pie or arc.
The sweep angle for the pie or arc.

In This Topic
    AddPie Method
    In This Topic
    Adds pie figure for this path.
    Syntax
    'Declaration
     
    Public Sub AddPie( _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal startAngle As System.Single, _
       ByVal sweepAngle As System.Single _
    ) 
    public void AddPie( 
       System.Drawing.RectangleF rc,
       System.float startAngle,
       System.float sweepAngle
    )

    Parameters

    rc
    The rectangle that represents the pie or arc.
    startAngle
    The start angle for the pie or arc.
    sweepAngle
    The sweep angle for the pie or arc.
    See Also