Description
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.
C#
vb.net
Values
Name |
Description |
---|---|
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. |
Percent |
The bar or second pie will include data points with percentages less than the percentage specified by BopPopSplitPercentage. |
Position |
The bar or second pie will include the first chart's last n data points, where n is the number specified by BopPopSplitPosition. |
Value |
The bar or second pie will include data points with values less than the value specified by BopPopSplitValue. |