asposecells.api

Class DataLabelShapeType

Utility class containing constants. Specifies the preset shape geometry that is to be used for a chart.

Field Summary
const  intRECT
Represents the rectangle shape.
const  intROUND_RECT
Represents the round rectangle shape.
const  intELLIPSE
Represents the ellipse shape.
const  intRIGHT_ARROW_CALLOUT
Represents the right arrow callout shape.
const  intDOWN_ARROW_CALLOUT
Represents the down arrow callout shape.
const  intLEFT_ARROW_CALLOUT
Represents the left arrow callout shape.
const  intUP_ARROW_CALLOUT
Represents the up arrow callout shape.
const  intWEDGE_RECT_CALLOUT
Represents the wedge rectangle callout shape.
const  intWEDGE_ROUND_RECT_CALLOUT
Represents the wedge round rectangle callout shape.
const  intWEDGE_ELLIPSE_CALLOUT
Represents the wedge ellipse callout shape.
const  intLINE_CALLOUT
Represents the line callout shape.
const  intBENT_LINE_CALLOUT
Represents the bent line callout shape.
const  intLINE_WITH_ACCENT_BAR_CALLOUT
Represents the line with accent bar callout shape.
const  intBENT_LINE_WITH_ACCENT_BAR_CALLOUT
Represents the bent line with accent bar callout shape.
const  intLINE
This type is only used for special file processing
 

    • Field Detail

      • RECT

        const int RECT
        Represents the rectangle shape.
      • ROUND_RECT

        const int ROUND_RECT
        Represents the round rectangle shape.
      • ELLIPSE

        const int ELLIPSE
        Represents the ellipse shape.
      • RIGHT_ARROW_CALLOUT

        const int RIGHT_ARROW_CALLOUT
        Represents the right arrow callout shape.
      • DOWN_ARROW_CALLOUT

        const int DOWN_ARROW_CALLOUT
        Represents the down arrow callout shape.
      • LEFT_ARROW_CALLOUT

        const int LEFT_ARROW_CALLOUT
        Represents the left arrow callout shape.
      • UP_ARROW_CALLOUT

        const int UP_ARROW_CALLOUT
        Represents the up arrow callout shape.
      • WEDGE_RECT_CALLOUT

        const int WEDGE_RECT_CALLOUT
        Represents the wedge rectangle callout shape.
      • WEDGE_ROUND_RECT_CALLOUT

        const int WEDGE_ROUND_RECT_CALLOUT
        Represents the wedge round rectangle callout shape.
      • WEDGE_ELLIPSE_CALLOUT

        const int WEDGE_ELLIPSE_CALLOUT
        Represents the wedge ellipse callout shape.
      • LINE_CALLOUT

        const int LINE_CALLOUT
        Represents the line callout shape.
      • BENT_LINE_CALLOUT

        const int BENT_LINE_CALLOUT
        Represents the bent line callout shape.
      • LINE_WITH_ACCENT_BAR_CALLOUT

        const int LINE_WITH_ACCENT_BAR_CALLOUT
        Represents the line with accent bar callout shape.
      • BENT_LINE_WITH_ACCENT_BAR_CALLOUT

        const int BENT_LINE_WITH_ACCENT_BAR_CALLOUT
        Represents the bent line with accent bar callout shape.
      • LINE

        const int LINE
        This type is only used for special file processing