Class MicrosoftGraphWorkbookChart

    • Constructor Detail

      • MicrosoftGraphWorkbookChart

        public MicrosoftGraphWorkbookChart()
    • Method Detail

      • height

        public Double height()
        Get the height property: Represents the height, in points, of the chart object.
        Returns:
        the height value.
      • withHeight

        public MicrosoftGraphWorkbookChart withHeight​(Double height)
        Set the height property: Represents the height, in points, of the chart object.
        Parameters:
        height - the height value to set.
        Returns:
        the MicrosoftGraphWorkbookChart object itself.
      • left

        public Double left()
        Get the left property: The distance, in points, from the left side of the chart to the worksheet origin.
        Returns:
        the left value.
      • withLeft

        public MicrosoftGraphWorkbookChart withLeft​(Double left)
        Set the left property: The distance, in points, from the left side of the chart to the worksheet origin.
        Parameters:
        left - the left value to set.
        Returns:
        the MicrosoftGraphWorkbookChart object itself.
      • name

        public String name()
        Get the name property: Represents the name of a chart object.
        Returns:
        the name value.
      • withName

        public MicrosoftGraphWorkbookChart withName​(String name)
        Set the name property: Represents the name of a chart object.
        Parameters:
        name - the name value to set.
        Returns:
        the MicrosoftGraphWorkbookChart object itself.
      • top

        public Double top()
        Get the top property: Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
        Returns:
        the top value.
      • withTop

        public MicrosoftGraphWorkbookChart withTop​(Double top)
        Set the top property: Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
        Parameters:
        top - the top value to set.
        Returns:
        the MicrosoftGraphWorkbookChart object itself.
      • width

        public Double width()
        Get the width property: Represents the width, in points, of the chart object.
        Returns:
        the width value.
      • withWidth

        public MicrosoftGraphWorkbookChart withWidth​(Double width)
        Set the width property: Represents the width, in points, of the chart object.
        Parameters:
        width - the width value to set.
        Returns:
        the MicrosoftGraphWorkbookChart object itself.
      • series

        public List<MicrosoftGraphWorkbookChartSeries> series()
        Get the series property: Represents either a single series or collection of series in the chart. Read-only.
        Returns:
        the series value.
      • withSeries

        public MicrosoftGraphWorkbookChart withSeries​(List<MicrosoftGraphWorkbookChartSeries> series)
        Set the series property: Represents either a single series or collection of series in the chart. Read-only.
        Parameters:
        series - the series value to set.
        Returns:
        the MicrosoftGraphWorkbookChart object itself.