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

In This Topic
    CollectedSliceExploded Property (ChartSeriesCustomProperties.DoughnutProps)
    In This Topic
    Gets or sets a Boolean value that indicates whether the collected pie slice will be shown as exploded. Default: False.
    Syntax
    'Declaration
     
    Public Property CollectedSliceExploded As RdlBool
    public RdlBool CollectedSliceExploded {get; set;}
    See Also