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 Summary
Constructors Constructor Description MicrosoftGraphWorkbookChartDataLabels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookChartDataLabels.MicrosoftGraphWorkbookChartDataLabelFormatformat()Get the format property: workbookChartDataLabelFormat.Stringposition()Get the position property: DataLabelPosition value that represents the position of the data label.Stringseparator()Get the separator property: String representing the separator used for the data labels on a chart.BooleanshowBubbleSize()Get the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.BooleanshowCategoryName()Get the showCategoryName property: Boolean value representing if the data label category name is visible or not.BooleanshowLegendKey()Get the showLegendKey property: Boolean value representing if the data label legend key is visible or not.BooleanshowPercentage()Get the showPercentage property: Boolean value representing if the data label percentage is visible or not.BooleanshowSeriesName()Get the showSeriesName property: Boolean value representing if the data label series name is visible or not.BooleanshowValue()Get the showValue property: Boolean value representing if the data label value is visible or not.voidvalidate()Validates the instance.MicrosoftGraphWorkbookChartDataLabelswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartDataLabels.MicrosoftGraphWorkbookChartDataLabelswithFormat(MicrosoftGraphWorkbookChartDataLabelFormat format)Set the format property: workbookChartDataLabelFormat.MicrosoftGraphWorkbookChartDataLabelswithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartDataLabelswithPosition(String position)Set the position property: DataLabelPosition value that represents the position of the data label.MicrosoftGraphWorkbookChartDataLabelswithSeparator(String separator)Set the separator property: String representing the separator used for the data labels on a chart.MicrosoftGraphWorkbookChartDataLabelswithShowBubbleSize(Boolean showBubbleSize)Set the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.MicrosoftGraphWorkbookChartDataLabelswithShowCategoryName(Boolean showCategoryName)Set the showCategoryName property: Boolean value representing if the data label category name is visible or not.MicrosoftGraphWorkbookChartDataLabelswithShowLegendKey(Boolean showLegendKey)Set the showLegendKey property: Boolean value representing if the data label legend key is visible or not.MicrosoftGraphWorkbookChartDataLabelswithShowPercentage(Boolean showPercentage)Set the showPercentage property: Boolean value representing if the data label percentage is visible or not.MicrosoftGraphWorkbookChartDataLabelswithShowSeriesName(Boolean showSeriesName)Set the showSeriesName property: Boolean value representing if the data label series name is visible or not.MicrosoftGraphWorkbookChartDataLabelswithShowValue(Boolean showValue)Set the showValue property: Boolean value representing if the data label value is visible or not.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
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.
-
format
public MicrosoftGraphWorkbookChartDataLabelFormat format()
Get the format property: workbookChartDataLabelFormat.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphWorkbookChartDataLabels withFormat(MicrosoftGraphWorkbookChartDataLabelFormat format)
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:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChartDataLabels withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChartDataLabels.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChartDataLabels object itself.
-
withId
public MicrosoftGraphWorkbookChartDataLabels withId(String id)
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-