Aspose::Cells::Charts::DataLabelsSeparatorType enum

DataLabelsSeparatorType enum

Represents the separator type of DataLabels.

enum class DataLabelsSeparatorType

Values

NameValueDescription
Auto0
Represents automatic separator.
Space1
Represents space(" “)
Comma2
Represents comma(”,")
Semicolon3
Represents semicolon(";")
Period4
Represents period(".")
NewLine5
Represents newline("\n")
Custom6
Represents custom separator.

See Also