DataLabelsSeparatorType
DataLabelsSeparatorType enumeration
Represents the separator type of DataLabels.
Values
| Name | Value | Description |
|---|---|---|
| Auto | 0 | Represents automatic separator |
| Space | 1 | Represents space(" “) |
| Comma | 2 | Represents comma(”,") |
| Semicolon | 3 | Represents semicolon(";") |
| Period | 4 | Represents period(".") |
| NewLine | 5 | Represents newline("\n") |
| Custom | 6 | Represents custom separator |