Enum DataLabelsSeparatorType

DataLabelsSeparatorType enumeration

Represents the separator type of DataLabels.

public enum DataLabelsSeparatorType

Values

NameValueDescription
Auto0Represents automatic separator
Space1Represents space(" “)
Comma2Represents comma(”,")
Semicolon3Represents semicolon(";")
Period4Represents period(".")
NewLine5Represents newline("\n")
Custom6Represents custom separator

See Also