Aspose::Cells::Charts::DataLablesSeparatorType enum

DataLablesSeparatorType enum

Represents the separator type of DataLabels.

Deprecated

Use DataLabelsSeparatorType enum instead.

enum class DataLablesSeparatorType

Values

NameValueDescription
Auto0Represents automatic separator.
Space1Represents space(" “)
Comma2Represents comma(”,")
Semicolon3Represents semicolon(";")
Period4Represents period(".")
NewLine5Represents newline("\n")
Custom6Represents 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