Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Sets or returns the size of the center hole of a doughnut chart as a percentage of the doughnut size.{excerpt}
{signature:C#}
 public int SizeOfCenterHole{ get; set; }
{signature}{signature:vb.net}
Public Property SizeOfCenterHole() As Integer
{signature}
{remarks}
This defaults to 50 when creating a new doughnut series.
If this is set to a value less than 10, it will be set to 10.
If this is set to a value greater than 90 it will be set to 90.

This property is linked for doughnut series in the same group. See [SettingsPieDoughnut|SettingsPieDoughnut] for more information on how linking works.
For series that are not doughnut series, setting this will have no effect and it will always return 0.
{remarks}