Class MicrosoftGraphWorkbookChartDataLabels

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartDataLabels

public final class MicrosoftGraphWorkbookChartDataLabels extends MicrosoftGraphEntity
workbookChartDataLabels.
  • Constructor Details

    • MicrosoftGraphWorkbookChartDataLabels

      public MicrosoftGraphWorkbookChartDataLabels()
      Creates an instance of MicrosoftGraphWorkbookChartDataLabels class.
  • Method Details

    • 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.
    • format

      Get the format property: workbookChartDataLabelFormat.
      Returns:
      the format value.
    • withFormat

      Set the format property: workbookChartDataLabelFormat.
      Parameters:
      format - the format value to set.
      Returns:
      the MicrosoftGraphWorkbookChartDataLabels object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: workbookChartDataLabels.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphWorkbookChartDataLabels withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbookChartDataLabels.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphWorkbookChartDataLabels object itself.
    • withId

      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.