Class ExcelSplitType
Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.
Inheritance
System.Object
ExcelSplitType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelSplitType : Enum
Fields
Custom
The second chart displays arbitrary slides.
Declaration
public const ExcelSplitType Custom
Field Value
Type |
---|
ExcelSplitType |
Percent
The second chart displays values less than a percentage of the total value. The percentage is specified by the SplitValue property.
Declaration
public const ExcelSplitType Percent
Field Value
Type |
---|
ExcelSplitType |
Position
The second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.
Declaration
public const ExcelSplitType Position
Field Value
Type |
---|
ExcelSplitType |
Value
The second chart displays values less than the value specified by the SplitValue property.
Declaration
public const ExcelSplitType Value
Field Value
Type |
---|
ExcelSplitType |