DataLabel.Separator Property
Returns or sets the separator used for the data labels on a chart. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Separator As Object
Get
Set
'Usage
Dim instance As DataLabel
Dim value As Object
value = instance.Separator
instance.Separator = value
Object Separator { get; set; }
Property Value
Type: System.Object
Remarks
If you use a string, you will get a string as the separator. If you use xlDataLabelSeparatorDefault (= 1), you will get the default data label separator, which is either a comma or a newline character, depending on the data label.