Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or returns the separator 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 DataLabels
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.