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