DataLabelsSeparatorType Enum

DataLabelsSeparatorType Enum

Represents the separator type of DataLabels.


type DataLabelsSeparatorType int32

Fields

FieldDescription
AutoRepresents automatic separator
SpaceRepresents space(" “)
CommaRepresents comma(”,")
SemicolonRepresents semicolon(";")
PeriodRepresents period(".")
NewLineRepresents newline("\n")
CustomRepresents custom separator