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. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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