Enum DataLabelsSeparatorType

Enum DataLabelsSeparatorType

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

Representerar separatorstypen för DataLabels.

public enum DataLabelsSeparatorType

Fält

Auto = 0

Representerar automatisk separator

Comma = 2

Representerar komma(",")

Custom = 6

Representerar anpassad separator

NewLine = 5

Representerar radbrytning("\n")

Period = 4

Representerar punkt(".")

Semicolon = 3

Representerar semikolon(";")

Space = 1

Representerar mellanslag(" “)

 Svenska