Enum DataLabelsSeparatorType
Enum DataLabelsSeparatorType
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
表示数据标签的分隔符类型。
public enum DataLabelsSeparatorType
字段
Auto = 0
表示自动分隔符
Comma = 2
表示逗号(",")
Custom = 6
表示自定义分隔符
NewLine = 5
表示换行符("\n")
Period = 4
表示句点(".")
Semicolon = 3
表示分号(";")
Space = 1
表示空格(" “)