Class MicrosoftGraphWorkbookChartDataLabels
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartDataLabels
workbookChartDataLabels.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookChartDataLabels class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookChartDataLabels.format()Get the format property: workbookChartDataLabelFormat.position()Get the position property: DataLabelPosition value that represents the position of the data label.Get the separator property: String representing the separator used for the data labels on a chart.Get the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.Get the showCategoryName property: Boolean value representing if the data label category name is visible or not.Get the showLegendKey property: Boolean value representing if the data label legend key is visible or not.Get the showPercentage property: Boolean value representing if the data label percentage is visible or not.Get the showSeriesName property: Boolean value representing if the data label series name is visible or not.Get the showValue property: Boolean value representing if the data label value is visible or not.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartDataLabels.Set the format property: workbookChartDataLabelFormat.Set the id property: Read-only.withPosition(String position) Set the position property: DataLabelPosition value that represents the position of the data label.withSeparator(String separator) Set the separator property: String representing the separator used for the data labels on a chart.withShowBubbleSize(Boolean showBubbleSize) Set the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.withShowCategoryName(Boolean showCategoryName) Set the showCategoryName property: Boolean value representing if the data label category name is visible or not.withShowLegendKey(Boolean showLegendKey) Set the showLegendKey property: Boolean value representing if the data label legend key is visible or not.withShowPercentage(Boolean showPercentage) Set the showPercentage property: Boolean value representing if the data label percentage is visible or not.withShowSeriesName(Boolean showSeriesName) Set the showSeriesName property: Boolean value representing if the data label series name is visible or not.withShowValue(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
-
Constructor Details
-
MicrosoftGraphWorkbookChartDataLabels
public MicrosoftGraphWorkbookChartDataLabels()Creates an instance of MicrosoftGraphWorkbookChartDataLabels class.
-
-
Method Details
-
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
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
Get the separator property: String representing the separator used for the data labels on a chart.- Returns:
- the separator value.
-
withSeparator
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
Get the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.- Returns:
- the showBubbleSize value.
-
withShowBubbleSize
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
Get the showCategoryName property: Boolean value representing if the data label category name is visible or not.- Returns:
- the showCategoryName value.
-
withShowCategoryName
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
Get the showLegendKey property: Boolean value representing if the data label legend key is visible or not.- Returns:
- the showLegendKey value.
-
withShowLegendKey
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
Get the showPercentage property: Boolean value representing if the data label percentage is visible or not.- Returns:
- the showPercentage value.
-
withShowPercentage
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
Get the showSeriesName property: Boolean value representing if the data label series name is visible or not.- Returns:
- the showSeriesName value.
-
withShowSeriesName
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
Get the showValue property: Boolean value representing if the data label value is visible or not.- Returns:
- the showValue value.
-
withShowValue
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
public MicrosoftGraphWorkbookChartDataLabels withFormat(MicrosoftGraphWorkbookChartDataLabelFormat format) Set the format property: workbookChartDataLabelFormat.- Parameters:
format- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChartDataLabels object itself.
-
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
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.
-