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}A BobPopSplit value determines what type of values will be included in the bar of a bar of pie chart, or second pie of a pie of pie chart.{excerpt}
{signature:C#}
 public sealed class BopPopSplit : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class BopPopSplit
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Custom}Custom|The bar or second pie will include data points chosen individually. Which chart a specific data point is on can be retrieved via [DataPoint.IsOnSecondaryPieorBar|DataPoint.IsOnSecondaryPieorBar].|
|{anchor:Percent}Percent|The bar or second pie will include data points with percentages less than the percentage specified by [BopPopSplitPercentage|SettingsPieDoughnut.BopPopSplitPercentage].|
|{anchor:Position}Position|The bar or second pie will include the first chart's last  _n_  data points, where  _n_  is the number specified by [BopPopSplitPosition|SettingsPieDoughnut.BopPopSplitPosition].|
|{anchor:Value}Value|The bar or second pie will include data points with values less than the value specified by [BopPopSplitValue|SettingsPieDoughnut.BopPopSplitValue].|