Enum DataLabelsSeparatorType
Enum DataLabelsSeparatorType
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Reprezentuje typ oddělovače DataLabels.
public enum DataLabelsSeparatorType
Políčka
Auto = 0
Reprezentuje automatický oddělovač
Comma = 2
Reprezentuje čárku(",")
Custom = 6
Reprezentuje vlastní oddělovač
NewLine = 5
Reprezentuje nový řádek("\n")
Period = 4
Reprezentuje tečku(".")
Semicolon = 3
Reprezentuje středník(";")
Space = 1
Reprezentuje mezeru(" “)