DataLabelsSeparatorType

DataLabelsSeparatorType enumeration

Utility class containing constants. Represents the separator type of DataLabels.

Values

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