Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed description of Custom to make sense
Description

Excerpt

A BobPopSplitValue 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.

...

Name

Description

Anchor
Custom
Custom
Custom

Defaults to BopPopSplit.PositionThe 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 contain 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.