{description}
{excerpt}Returns a [SettingsPieDoughnut|SettingsPieDoughnut] object representing the series properties unique to pie and doughnut charts.{excerpt}
{signature:C#}
 public SettingsPieDoughnut SettingsPieDoughnut{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property SettingsPieDoughnut() As SettingsPieDoughnut
{signature}
{exceptions}
{exception:SARuntimeException}Getting SettingsPieDoughnut from a series that is not a pie or doughnut series
{exception}
{remarks}
Modifying the return value will have no effect on the output if this is not a pie or doughnut series on save.
{remarks}