Enum DataLabelsSeparatorType

Enum DataLabelsSeparatorType

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

Reprezentuje typ separatora dla DataLabels.

public enum DataLabelsSeparatorType

Pola

Auto = 0

Reprezentuje automatyczny separator

Comma = 2

Reprezentuje przecinek(",")

Custom = 6

Reprezentuje niestandardowy separator

NewLine = 5

Reprezentuje nową linię("\n")

Period = 4

Reprezentuje kropkę(".")

Semicolon = 3

Reprezentuje średnik(";")

Space = 1

Reprezentuje spację(" “)

 Polski