Enum OfficeSplitType
Specifies the values displayed in the second chart.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeSplitTypeFields
| Name | Description | 
|---|---|
| Custom | Indicates the arbitrary slides are displayed in the second chart. | 
| Percent | Indicates second chart displays values less than some percentage of the total value. The percentage is specified by the SplitValue property. | 
| Position | Indicates the second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property. | 
| Value | Indicates the second chart displays values less than the value specified by the SplitValue property. |