aspose.cells

Class ChartTextDirectionType

Utility class containing constants. Represents the text direction type of the chart.

Field Summary
const  NumberHORIZONTAL
Horizontal direction type.
const  NumberVERTICAL
Vertical direction type.
const  NumberROTATE_90
Rotate 90 angle.
const  NumberROTATE_270
Rotate 270 angle.
const  NumberSTACKED
Stacked text.
 

    • Field Detail

      • HORIZONTAL

        const Number HORIZONTAL
        Horizontal direction type.
      • VERTICAL

        const Number VERTICAL
        Vertical direction type.
      • ROTATE_90

        const Number ROTATE_90
        Rotate 90 angle.
      • ROTATE_270

        const Number ROTATE_270
        Rotate 270 angle.
      • STACKED

        const Number STACKED
        Stacked text.