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

In This Topic
    CollectedColor Property (ChartSeriesCustomProperties.PieProps)
    In This Topic
    Gets or sets the color of the collected pie or doughnut slice. Default: Color.Empty.
    Syntax
    'Declaration
     
    Public Property CollectedColor As RdlColor
    public RdlColor CollectedColor {get; set;}
    See Also