ChartGroup.SplitType Property
Returns or sets the way the two sections of either a pie-of-pie chart or a bar-of-pie chart are split. Read/write XlChartSplitType.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property SplitType As XlChartSplitType
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As XlChartSplitType
value = instance.SplitType
instance.SplitType = value
XlChartSplitType SplitType { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.XlChartSplitType