Enum DataLablesSeparatorType

DataLablesSeparatorType enumeration

Represents the separator type of DataLabels.

[Obsolete("Use DataLabelsSeparatorType enum instead.")]
public enum 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