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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.Excel.XlChartSplitType

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Excel Namespace