DataLabelsSeparatorType Enum
DataLabelsSeparatorType Enum
Represents the separator type of DataLabels.
type DataLabelsSeparatorType int32
Fields
| Field | Description |
|---|---|
| Auto | Represents automatic separator |
| Space | Represents space(" “) |
| Comma | Represents comma(”,") |
| Semicolon | Represents semicolon(";") |
| Period | Represents period(".") |
| NewLine | Represents newline("\n") |
| Custom | Represents custom separator |