SpreadsheetGear 2017
ChartSplitType Enumeration






SpreadsheetGear.Charts Namespace : ChartSplitType Enumeration
Specifies how values are split on a pie of pie chart.
Syntax
'Declaration
 
Public Enum ChartSplitType 
   Inherits System.Enum
'Usage
 
Dim instance As ChartSplitType
public enum ChartSplitType : System.Enum 
public enum ChartSplitType = class(System.Enum)
public enum ChartSplitType extends System.Enum
__value public enum ChartSplitType : public System.Enum 
public enum class ChartSplitType : public System.Enum 
Members
MemberDescription
CustomSplit series manually.
PercentValueSplit series by percent value.
PositionSplit series by position.
ValueSplit series by value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.ChartSplitType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Charts Namespace