ChartSplitType Enum

ChartSplitType Enum

Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split.


type ChartSplitType int32

Fields

FieldDescription
PositionRepresents the data points.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.
ValueRepresents the data points shall be split between the pieand the second chart by putting the data points withvalue less than Split Position in the second chart.
PercentValueRepresents the data points that shall be split between the pie and the second chart by putting the points with a percentage less than the Split Position percent in the second chart.
CustomRepresents the data points shall be split between the pieand the second chart according to the Custom Splitvalues.
AutoRepresents the data points that shall be split using the default mechanism for this chart type.