ChartGroup.SplitValue Property
Returns or sets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property SplitValue As Object
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Object
value = instance.SplitValue
instance.SplitValue = value
Object SplitValue { get; set; }
Property Value
Type: System.Object