Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.DoughnutProps Class / PieDrawingStyle Property

In This Topic
    PieDrawingStyle Property (ChartSeriesCustomProperties.DoughnutProps)
    In This Topic
    Gets or sets the drawing style of the Pie and Doughnut charts. Default: Default.
    Syntax
    'Declaration
     
    Public Property PieDrawingStyle As RdlEnum(Of ChartPieDrawingStyle)
    public RdlEnum<ChartPieDrawingStyle> PieDrawingStyle {get; set;}
    See Also