Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class BopPopSplit
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

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.

...

The bar or second pie will include data points with percentages less than the percentage specified by BopPopSplitPercentage.

...

The bar or second pie will include the first chart's last n data points, where n is the number specified by BopPopSplitPosition.

...

{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].|