ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.PieProps Class / CollectedSliceExploded Property

In This Topic
    CollectedSliceExploded Property
    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