asposecells.api

Class LegendPositionType

Utility class containing constants. Enumerates the legend position types.

Field Summary
const  intBOTTOM
Displays the legend to the bottom of the chart's plot area.
const  intCORNER
Displays the legend to the corner of the chart's plot area.
const  intLEFT
Displays the legend to the left of the chart's plot area.
const  intNOT_DOCKED
Represents that the legend is not docked.
const  intRIGHT
Displays the legend to the right of the chart's plot area.
const  intTOP
Displays the legend to the top of the chart's plot area.
 

    • Field Detail

      • BOTTOM

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

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

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

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

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

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