| Field Summary | ||
|---|---|---|
const Number | POSITION | |
| Represents the data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart | ||
const Number | VALUE | |
| Represents the data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart. | ||
const Number | PERCENT_VALUE | |
| Represents the data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart. | ||
const Number | CUSTOM | |
| Represents the data points shall be split between the pie and the second chart according to the InnerCustom Split values. | ||
const Number | AUTO | |
| Represents the data points shall be split using the default mechanism for this chart type. | ||
| Field Detail |
|---|
POSITION | |
const Number POSITION | |
VALUE | |
const Number VALUE | |
PERCENT_VALUE | |
const Number PERCENT_VALUE | |
CUSTOM | |
const Number CUSTOM | |
AUTO | |
const Number AUTO | |