com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ILegend

    • Method Detail

      • getOverlay

        boolean getOverlay()

        Determines whether other chart elements shall be allowed to overlap legend. Read/write boolean.

      • setOverlay

        void setOverlay(boolean value)

        Determines whether other chart elements shall be allowed to overlap legend. Read/write boolean.

      • getPosition

        int getPosition()

        Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Heigt properties override effect of this property. Read/write LegendPositionType.

      • setPosition

        void setPosition(int value)

        Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Heigt properties override effect of this property. Read/write LegendPositionType.

      • getFormat

        IFormat getFormat()

        Returns the format of a legend. Read-only IFormat.