MicrosoftGraphWorkbookChartDataLabels Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookChartDataLabels
- com.
- com.
public final class MicrosoftGraphWorkbookChartDataLabels
extends MicrosoftGraphEntity
workbookChartDataLabels.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookChartDataLabels() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
format()
Get the format property: workbook |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
position()
Get the position property: Data |
String |
separator()
Get the separator property: String representing the separator used for the data labels on a chart. |
Boolean |
showBubbleSize()
Get the show |
Boolean |
showCategoryName()
Get the show |
Boolean |
showLegendKey()
Get the show |
Boolean |
showPercentage()
Get the show |
Boolean |
showSeriesName()
Get the show |
Boolean |
showValue()
Get the show |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withFormat(MicrosoftGraphWorkbookChartDataLabelFormat format)
Set the format property: workbook |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withPosition(String position)
Set the position property: Data |
Microsoft |
withSeparator(String separator)
Set the separator property: String representing the separator used for the data labels on a chart. |
Microsoft |
withShowBubbleSize(Boolean showBubbleSize)
Set the show |
Microsoft |
withShowCategoryName(Boolean showCategoryName)
Set the show |
Microsoft |
withShowLegendKey(Boolean showLegendKey)
Set the show |
Microsoft |
withShowPercentage(Boolean showPercentage)
Set the show |
Microsoft |
withShowSeriesName(Boolean showSeriesName)
Set the show |
Microsoft |
withShowValue(Boolean showValue)
Set the show |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookChartDataLabels
public MicrosoftGraphWorkbookChartDataLabels()
Creates an instance of MicrosoftGraphWorkbookChartDataLabels class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookChartDataLabels.
Overrides:
MicrosoftGraphWorkbookChartDataLabels.additionalProperties()Returns:
format
public MicrosoftGraphWorkbookChartDataLabelFormat format()
Get the format property: workbookChartDataLabelFormat.
Returns:
fromJson
public static MicrosoftGraphWorkbookChartDataLabels fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookChartDataLabels from the JsonReader.
Parameters:
Returns:
Throws:
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:
separator
public String separator()
Get the separator property: String representing the separator used for the data labels on a chart.
Returns:
showBubbleSize
public Boolean showBubbleSize()
Get the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.
Returns:
showCategoryName
public Boolean showCategoryName()
Get the showCategoryName property: Boolean value representing if the data label category name is visible or not.
Returns:
showLegendKey
public Boolean showLegendKey()
Get the showLegendKey property: Boolean value representing if the data label legend key is visible or not.
Returns:
showPercentage
public Boolean showPercentage()
Get the showPercentage property: Boolean value representing if the data label percentage is visible or not.
Returns:
showSeriesName
public Boolean showSeriesName()
Get the showSeriesName property: Boolean value representing if the data label series name is visible or not.
Returns:
showValue
public Boolean showValue()
Get the showValue property: Boolean value representing if the data label value is visible or not.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookChartDataLabels.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookChartDataLabels.validate()withAdditionalProperties
public MicrosoftGraphWorkbookChartDataLabels withAdditionalProperties(Map
Set the additionalProperties property: workbookChartDataLabels.
Overrides:
MicrosoftGraphWorkbookChartDataLabels.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withFormat
public MicrosoftGraphWorkbookChartDataLabels withFormat(MicrosoftGraphWorkbookChartDataLabelFormat format)
Set the format property: workbookChartDataLabelFormat.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookChartDataLabels withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookChartDataLabels.withId(String id)Parameters:
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:
Returns:
withSeparator
public MicrosoftGraphWorkbookChartDataLabels withSeparator(String separator)
Set the separator property: String representing the separator used for the data labels on a chart.
Parameters:
Returns:
withShowBubbleSize
public MicrosoftGraphWorkbookChartDataLabels withShowBubbleSize(Boolean showBubbleSize)
Set the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.
Parameters:
Returns:
withShowCategoryName
public MicrosoftGraphWorkbookChartDataLabels withShowCategoryName(Boolean showCategoryName)
Set the showCategoryName property: Boolean value representing if the data label category name is visible or not.
Parameters:
Returns:
withShowLegendKey
public MicrosoftGraphWorkbookChartDataLabels withShowLegendKey(Boolean showLegendKey)
Set the showLegendKey property: Boolean value representing if the data label legend key is visible or not.
Parameters:
Returns:
withShowPercentage
public MicrosoftGraphWorkbookChartDataLabels withShowPercentage(Boolean showPercentage)
Set the showPercentage property: Boolean value representing if the data label percentage is visible or not.
Parameters:
Returns:
withShowSeriesName
public MicrosoftGraphWorkbookChartDataLabels withShowSeriesName(Boolean showSeriesName)
Set the showSeriesName property: Boolean value representing if the data label series name is visible or not.
Parameters:
Returns:
withShowValue
public MicrosoftGraphWorkbookChartDataLabels withShowValue(Boolean showValue)
Set the showValue property: Boolean value representing if the data label value is visible or not.
Parameters:
Returns:
Applies to
Azure SDK for Java