Class MicrosoftGraphWorkbookChartDataLabels


  • public final class MicrosoftGraphWorkbookChartDataLabels
    extends MicrosoftGraphEntity
    workbookChartDataLabels.
    • Constructor Detail

      • MicrosoftGraphWorkbookChartDataLabels

        public MicrosoftGraphWorkbookChartDataLabels()
    • Method Detail

      • position

        public String position()
        Get the position property: DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.
        Returns:
        the position value.
      • withPosition

        public MicrosoftGraphWorkbookChartDataLabels withPosition​(String position)
        Set the position property: DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.
        Parameters:
        position - the position value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.
      • separator

        public String separator()
        Get the separator property: String representing the separator used for the data labels on a chart.
        Returns:
        the separator value.
      • withSeparator

        public MicrosoftGraphWorkbookChartDataLabels withSeparator​(String separator)
        Set the separator property: String representing the separator used for the data labels on a chart.
        Parameters:
        separator - the separator value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.
      • showBubbleSize

        public Boolean showBubbleSize()
        Get the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.
        Returns:
        the showBubbleSize value.
      • withShowBubbleSize

        public MicrosoftGraphWorkbookChartDataLabels withShowBubbleSize​(Boolean showBubbleSize)
        Set the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.
        Parameters:
        showBubbleSize - the showBubbleSize value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.
      • showCategoryName

        public Boolean showCategoryName()
        Get the showCategoryName property: Boolean value representing if the data label category name is visible or not.
        Returns:
        the showCategoryName value.
      • withShowCategoryName

        public MicrosoftGraphWorkbookChartDataLabels withShowCategoryName​(Boolean showCategoryName)
        Set the showCategoryName property: Boolean value representing if the data label category name is visible or not.
        Parameters:
        showCategoryName - the showCategoryName value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.
      • showLegendKey

        public Boolean showLegendKey()
        Get the showLegendKey property: Boolean value representing if the data label legend key is visible or not.
        Returns:
        the showLegendKey value.
      • withShowLegendKey

        public MicrosoftGraphWorkbookChartDataLabels withShowLegendKey​(Boolean showLegendKey)
        Set the showLegendKey property: Boolean value representing if the data label legend key is visible or not.
        Parameters:
        showLegendKey - the showLegendKey value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.
      • showPercentage

        public Boolean showPercentage()
        Get the showPercentage property: Boolean value representing if the data label percentage is visible or not.
        Returns:
        the showPercentage value.
      • withShowPercentage

        public MicrosoftGraphWorkbookChartDataLabels withShowPercentage​(Boolean showPercentage)
        Set the showPercentage property: Boolean value representing if the data label percentage is visible or not.
        Parameters:
        showPercentage - the showPercentage value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.
      • showSeriesName

        public Boolean showSeriesName()
        Get the showSeriesName property: Boolean value representing if the data label series name is visible or not.
        Returns:
        the showSeriesName value.
      • withShowSeriesName

        public MicrosoftGraphWorkbookChartDataLabels withShowSeriesName​(Boolean showSeriesName)
        Set the showSeriesName property: Boolean value representing if the data label series name is visible or not.
        Parameters:
        showSeriesName - the showSeriesName value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.
      • showValue

        public Boolean showValue()
        Get the showValue property: Boolean value representing if the data label value is visible or not.
        Returns:
        the showValue value.
      • withShowValue

        public MicrosoftGraphWorkbookChartDataLabels withShowValue​(Boolean showValue)
        Set the showValue property: Boolean value representing if the data label value is visible or not.
        Parameters:
        showValue - the showValue value to set.
        Returns:
        the MicrosoftGraphWorkbookChartDataLabels object itself.