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

...

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#
 public sealed class BopPopSplit : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
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].|


Values

Name

Description

Anchor
Custom
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.

Anchor
Percent
Percent
Percent

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

Anchor
Position
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.

Anchor
Value
Value
Value

The bar or second pie will include data points with values less than the value specified by BopPopSplitValue.