Enum DataLabelsSeparatorType

Enum DataLabelsSeparatorType

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

Represents the separator type of DataLabels.

public enum DataLabelsSeparatorType

Fields

Auto = 0

Represents automatic separator

Comma = 2

Represents comma(",")

Custom = 6

Represents custom separator

NewLine = 5

Represents newline("\n")

Period = 4

Represents period(".")

Semicolon = 3

Represents semicolon(";")

Space = 1

Represents space(" “)