DataLablesSeparatorType enumeration

DataLablesSeparatorType enumeration

Represents the separator type of DataLabels.

The DataLablesSeparatorType 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

Remarks

NOTE: This member is now obsolete. Instead, please use DataLabelsSeparatorType enum. This property will be removed 12 months later since September 2020. Aspose apologizes for any inconvenience you may have experienced.

See Also