aspose.cells

Class ChartSplitType

Utility class containing constants. Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split.

Field Summary
const  NumberPOSITION
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  NumberVALUE
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  NumberPERCENT_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  NumberCUSTOM
Represents the data points shall be split between the pie and the second chart according to the Custom Split values.
const  NumberAUTO
Represents the data points shall be split using the default mechanism for this chart type.
 

    • Field Detail

      • POSITION

        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
      • VALUE

        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.
      • PERCENT_VALUE

        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.
      • CUSTOM

        const Number CUSTOM
        Represents the data points shall be split between the pie and the second chart according to the Custom Split values.
      • AUTO

        const Number AUTO
        Represents the data points shall be split using the default mechanism for this chart type. NOTE: This member is now obsolete. Instead, please use Series.IsAutoSplit property. This property will be removed 12 months later since September 2023. Aspose apologizes for any inconvenience you may have experienced.