DataLabelsSeparatorType enumeration

DataLabelsSeparatorType enumeration

Represents the separator type of DataLabels.

The DataLabelsSeparatorType type exposes the following members:

Fields

FieldDescription
AUTORepresents automatic separator
SPACERepresents space(" “)
COMMARepresents comma(”,")
SEMICOLONRepresents semicolon(";")
PERIODRepresents period(".")
NEW_LINERepresents newline("\n")
CUSTOMRepresents custom separator

See Also