aspose.cells

Class LegendPositionType

Utility class containing constants. Enumerates the legend position types.

Field Summary
const  NumberBOTTOM
Displays the legend to the bottom of the chart's plot area.
const  NumberCORNER
Displays the legend to the corner of the chart's plot area.
const  NumberLEFT
Displays the legend to the left of the chart's plot area.
const  NumberNOT_DOCKED
Represents that the legend is not docked.
const  NumberRIGHT
Displays the legend to the right of the chart's plot area.
const  NumberTOP
Displays the legend to the top of the chart's plot area.
 

    • Field Detail

      • BOTTOM

        const Number BOTTOM
        Displays the legend to the bottom of the chart's plot area.
      • CORNER

        const Number CORNER
        Displays the legend to the corner of the chart's plot area.
      • LEFT

        const Number LEFT
        Displays the legend to the left of the chart's plot area.
      • NOT_DOCKED

        const Number NOT_DOCKED
        Represents that the legend is not docked.
      • RIGHT

        const Number RIGHT
        Displays the legend to the right of the chart's plot area.
      • TOP

        const Number TOP
        Displays the legend to the top of the chart's plot area.