asposecells.api

Class LabelPositionType

Utility class containing constants. Represents data label position type.

Field Summary
const  intCENTER
Applies only to bar, 2d/3d pie charts
const  intINSIDE_BASE
Applies only to bar, 2d/3d pie charts
const  intINSIDE_END
Applies only to bar charts
const  intOUTSIDE_END
Applies only to bar, 2d/3d pie charts
const  intABOVE
Applies only to line charts
const  intBELOW
Applies only to line charts
const  intLEFT
Applies only to line charts
const  intRIGHT
Applies only to line charts
const  intBEST_FIT
Applies only to 2d/3d pie charts
const  intMOVED
User moved the data labels, Only for reading chart from template file.
 

    • Field Detail

      • CENTER

        const int CENTER
        Applies only to bar, 2d/3d pie charts
      • INSIDE_BASE

        const int INSIDE_BASE
        Applies only to bar, 2d/3d pie charts
      • INSIDE_END

        const int INSIDE_END
        Applies only to bar charts
      • OUTSIDE_END

        const int OUTSIDE_END
        Applies only to bar, 2d/3d pie charts
      • ABOVE

        const int ABOVE
        Applies only to line charts
      • BELOW

        const int BELOW
        Applies only to line charts
      • LEFT

        const int LEFT
        Applies only to line charts
      • RIGHT

        const int RIGHT
        Applies only to line charts
      • BEST_FIT

        const int BEST_FIT
        Applies only to 2d/3d pie charts
      • MOVED

        const int MOVED
        User moved the data labels, Only for reading chart from template file.