Class MicrosoftGraphWorkbookChartLegend


  • public final class MicrosoftGraphWorkbookChartLegend
    extends MicrosoftGraphEntity
    workbookChartLegend.
    • Constructor Detail

      • MicrosoftGraphWorkbookChartLegend

        public MicrosoftGraphWorkbookChartLegend()
    • Method Detail

      • overlay

        public Boolean overlay()
        Get the overlay property: Boolean value for whether the chart legend should overlap with the main body of the chart.
        Returns:
        the overlay value.
      • withOverlay

        public MicrosoftGraphWorkbookChartLegend withOverlay​(Boolean overlay)
        Set the overlay property: Boolean value for whether the chart legend should overlap with the main body of the chart.
        Parameters:
        overlay - the overlay value to set.
        Returns:
        the MicrosoftGraphWorkbookChartLegend object itself.
      • position

        public String position()
        Get the position property: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
        Returns:
        the position value.
      • withPosition

        public MicrosoftGraphWorkbookChartLegend withPosition​(String position)
        Set the position property: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
        Parameters:
        position - the position value to set.
        Returns:
        the MicrosoftGraphWorkbookChartLegend object itself.
      • visible

        public Boolean visible()
        Get the visible property: A boolean value the represents the visibility of a ChartLegend object.
        Returns:
        the visible value.
      • withVisible

        public MicrosoftGraphWorkbookChartLegend withVisible​(Boolean visible)
        Set the visible property: A boolean value the represents the visibility of a ChartLegend object.
        Parameters:
        visible - the visible value to set.
        Returns:
        the MicrosoftGraphWorkbookChartLegend object itself.