Class OfficeSplitType
Specifies the values displayed in the second chart.
Inheritance
System.Object
OfficeSplitType
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeSplitType : Enum
Fields
Custom
Indicates the arbitrary slides are displayed in the second chart.
Declaration
public const OfficeSplitType Custom
Field Value
Type |
---|
OfficeSplitType |
Percent
Indicates second chart displays values less than some percentage of the total value. The percentage is specified by the SplitValue property.
Declaration
public const OfficeSplitType Percent
Field Value
Type |
---|
OfficeSplitType |
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.
Declaration
public const OfficeSplitType Position
Field Value
Type |
---|
OfficeSplitType |
Value
Indicates the second chart displays values less than the value specified by the SplitValue property.
Declaration
public const OfficeSplitType Value
Field Value
Type |
---|
OfficeSplitType |