aspose.cells

Class DataLabelsSeparatorType

Utility class containing constants. Represents the separator type of DataLabels.

Field Summary
const  NumberAUTO
Represents automatic separator
const  NumberSPACE
Represents space(" ")
const  NumberCOMMA
Represents comma(",")
const  NumberSEMICOLON
Represents semicolon(";")
const  NumberPERIOD
Represents period(".")
const  NumberNEW_LINE
Represents newline("\n")
const  NumberCUSTOM
Represents custom separator
 

    • Field Detail

      • AUTO

        const Number AUTO
        Represents automatic separator
      • SPACE

        const Number SPACE
        Represents space(" ")
      • COMMA

        const Number COMMA
        Represents comma(",")
      • SEMICOLON

        const Number SEMICOLON
        Represents semicolon(";")
      • PERIOD

        const Number PERIOD
        Represents period(".")
      • NEW_LINE

        const Number NEW_LINE
        Represents newline("\n")
      • CUSTOM

        const Number CUSTOM
        Represents custom separator