SpreadsheetGear 2017
SplitType Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : SplitType Property
Gets or sets the property which specifies how values are split on a pie of pie chart.
Syntax
'Declaration
 
Property SplitType As ChartSplitType
'Usage
 
Dim instance As IChartGroup
Dim value As ChartSplitType
 
instance.SplitType = value
 
value = instance.SplitType
ChartSplitType SplitType {get; set;}
read-write property SplitType: ChartSplitType; 
function get,set SplitType : ChartSplitType
__property ChartSplitType get_SplitType();
__property void set_SplitType( 
   ChartSplitType value
);
property ChartSplitType SplitType {
   ChartSplitType get();
   void set (    ChartSplitType value);
}
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

IChartGroup Interface
IChartGroup Members