ChartSplitType Enum
Contents
[
Hide
]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
Field | Description |
---|---|
Position | Represents the data points shall be split between the pieand the second chart by putting the last Split Positionof the data points in the second chart |
Value | Represents 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. |
PercentValue | Represents the data points shall be split between the pieand the second chart by putting the points withpercentage less than Split Position percent in thesecond chart. |
Custom | Represents the data points shall be split between the pieand the second chart according to the Custom Splitvalues. |
Auto | Represents the data points shall be split using the defaultmechanism for this chart type. |