asposecells.api

Class ChartTextDirectionType

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

Field Summary
const  intHORIZONTAL
Horizontal direction type.
const  intVERTICAL
Vertical direction type.
const  intROTATE_90
Rotate 90 angle.
const  intROTATE_270
Rotate 270 angle.
const  intSTACKED
Stacked text.
 

    • Field Detail

      • HORIZONTAL

        const int HORIZONTAL
        Horizontal direction type.
      • VERTICAL

        const int VERTICAL
        Vertical direction type.
      • ROTATE_90

        const int ROTATE_90
        Rotate 90 angle.
      • ROTATE_270

        const int ROTATE_270
        Rotate 270 angle.
      • STACKED

        const int STACKED
        Stacked text.