asposecells.api
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  intPOSITION
           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  intVALUE
           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  intPERCENT_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  intCUSTOM
           Represents the data points shall be split between the pie and the second chart according to the InnerCustom Split values.
const  intAUTO
           Represents the data points shall be split using the default mechanism for this chart type.
 

Field Detail

POSITION

const int 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 int 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 int 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 int CUSTOM
Represents the data points shall be split between the pie and the second chart according to the InnerCustom Split values.

AUTO

const int AUTO
Represents the data points shall be split using the default mechanism for this chart type.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.