DataLabelsSeparatorType
DataLabelsSeparatorType enumeration
Utility class containing constants. Represents the separator type of DataLabels.
Values
| Name | Description |
|---|---|
| AUTO | Represents automatic separator |
| SPACE | Represents space(" “) |
| COMMA | Represents comma(”,") |
| SEMICOLON | Represents semicolon(";") |
| PERIOD | Represents period(".") |
| NEW_LINE | Represents newline("\n") |
| CUSTOM | Represents custom separator |