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

공백(" “)을 나타냅니다.

 한국어