DataLabelsSeparatorType

DataLabelsSeparatorType enumeration

Representerar separatortypen för DataLabels.

public enum DataLabelsSeparatorType

Värderingar

namnVärdeBeskrivning
Auto0Representerar automatisk separator
Space1Representerar space(" “)
Comma2Representerar komma(”,")
Semicolon3Representerar semikolon(";")
Period4Representerar period(".")
NewLine5Representerar newline("\n")
Custom6Representerar anpassad separator

Se även