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.

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

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace