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 whether the two parts of the bar of pie or pie of pie chart will be split using the default value, which is determined by Excel.{excerpt}
{signature:C#}
 public boolean UseDefaultSplitValue{ get; set; }
{signature}{signature:vb.net}
Public Property UseDefaultSplitValue() As Boolean
{signature}
{remarks}
This defaults to true when creating a new pie of pie or bar of pie series.

Setting [BopPopSplitPercentage|SettingsPieDoughnut.BopPopSplitPercentage], [BopPopSplitPosition|SettingsPieDoughnut.BopPopSplitPosition] or [BopPopSplitValue|SettingsPieDoughnut.BopPopSplitValue] will set this to false. Setting the [BopPopSplitType|SettingsPieDoughnut.BopPopSplitType] to [Custom|SettingsPieDoughnut.BopPopSplit#custom] will set this to false. If the split type was custom, setting it to anything else will set this to true.

This value is linked between series in the same group. See [SettingsPieDoughnut|SettingsPieDoughnut] for more information on how linking works.
For series that are not Bar Of Pie or Pie of Pie series, setting this will have no effect and it will always return true.
{remarks}