DataLabelsSeparatorType enumeration
DataLabelsSeparatorType enumeration
Represents the separator type of DataLabels.
The DataLabelsSeparatorType type exposes the following members:
Fields
Field | 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 |
See Also
- module
aspose.cells.charts