aspose.cells

Class LabelPositionType

Utility class containing constants. Represents data label position type.

Field Summary
const  NumberCENTER
Applies only to bar, 2d/3d pie charts
const  NumberINSIDE_BASE
Applies only to bar, 2d/3d pie charts
const  NumberINSIDE_END
Applies only to bar charts
const  NumberOUTSIDE_END
Applies only to bar, 2d/3d pie charts
const  NumberABOVE
Applies only to line charts
const  NumberBELOW
Applies only to line charts
const  NumberLEFT
Applies only to line charts
const  NumberRIGHT
Applies only to line charts
const  NumberBEST_FIT
Applies only to 2d/3d pie charts
const  NumberMOVED
User moved the data labels, Only for reading chart from template file.
 

    • Field Detail

      • CENTER

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

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

        const Number INSIDE_END
        Applies only to bar charts
      • OUTSIDE_END

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

        const Number ABOVE
        Applies only to line charts
      • BELOW

        const Number BELOW
        Applies only to line charts
      • LEFT

        const Number LEFT
        Applies only to line charts
      • RIGHT

        const Number RIGHT
        Applies only to line charts
      • BEST_FIT

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

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