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