Class MicrosoftGraphWorkbookChartTitle


  • public final class MicrosoftGraphWorkbookChartTitle
    extends MicrosoftGraphEntity
    workbookChartTitle.
    • Constructor Detail

      • MicrosoftGraphWorkbookChartTitle

        public MicrosoftGraphWorkbookChartTitle()
    • Method Detail

      • overlay

        public Boolean overlay()
        Get the overlay property: Boolean value representing if the chart title will overlay the chart or not.
        Returns:
        the overlay value.
      • withOverlay

        public MicrosoftGraphWorkbookChartTitle withOverlay​(Boolean overlay)
        Set the overlay property: Boolean value representing if the chart title will overlay the chart or not.
        Parameters:
        overlay - the overlay value to set.
        Returns:
        the MicrosoftGraphWorkbookChartTitle object itself.
      • text

        public String text()
        Get the text property: Represents the title text of a chart.
        Returns:
        the text value.
      • withText

        public MicrosoftGraphWorkbookChartTitle withText​(String text)
        Set the text property: Represents the title text of a chart.
        Parameters:
        text - the text value to set.
        Returns:
        the MicrosoftGraphWorkbookChartTitle object itself.
      • visible

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

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