MicrosoftGraphWorkbookChartLegend Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookChartLegend
- com.
- com.
public final class MicrosoftGraphWorkbookChartLegend
extends MicrosoftGraphEntity
workbookChartLegend.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookChartLegend() |
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 |
Boolean |
overlay()
Get the overlay property: Boolean value for whether the chart legend should overlap with the main body of the chart. |
String |
position()
Get the position property: Represents the position of the legend on the chart. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Boolean |
visible()
Get the visible property: A boolean value the represents the visibility of a Chart |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withFormat(MicrosoftGraphWorkbookChartLegendFormat format)
Set the format property: workbook |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withOverlay(Boolean overlay)
Set the overlay property: Boolean value for whether the chart legend should overlap with the main body of the chart. |
Microsoft |
withPosition(String position)
Set the position property: Represents the position of the legend on the chart. |
Microsoft |
withVisible(Boolean visible)
Set the visible property: A boolean value the represents the visibility of a Chart |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookChartLegend
public MicrosoftGraphWorkbookChartLegend()
Creates an instance of MicrosoftGraphWorkbookChartLegend class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookChartLegend.
Overrides:
MicrosoftGraphWorkbookChartLegend.additionalProperties()Returns:
format
public MicrosoftGraphWorkbookChartLegendFormat format()
Get the format property: workbookChartLegendFormat.
Returns:
fromJson
public static MicrosoftGraphWorkbookChartLegend fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookChartLegend from the JsonReader.
Parameters:
Returns:
Throws:
overlay
public Boolean overlay()
Get the overlay property: Boolean value for whether the chart legend should overlap with the main body of the chart.
Returns:
position
public String position()
Get the position property: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookChartLegend.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookChartLegend.validate()visible
public Boolean visible()
Get the visible property: A boolean value the represents the visibility of a ChartLegend object.
Returns:
withAdditionalProperties
public MicrosoftGraphWorkbookChartLegend withAdditionalProperties(Map
Set the additionalProperties property: workbookChartLegend.
Overrides:
MicrosoftGraphWorkbookChartLegend.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withFormat
public MicrosoftGraphWorkbookChartLegend withFormat(MicrosoftGraphWorkbookChartLegendFormat format)
Set the format property: workbookChartLegendFormat.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookChartLegend withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookChartLegend.withId(String id)Parameters:
withOverlay
public MicrosoftGraphWorkbookChartLegend withOverlay(Boolean overlay)
Set the overlay property: Boolean value for whether the chart legend should overlap with the main body of the chart.
Parameters:
Returns:
withPosition
public MicrosoftGraphWorkbookChartLegend withPosition(String position)
Set the position property: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
Parameters:
Returns:
withVisible
public MicrosoftGraphWorkbookChartLegend withVisible(Boolean visible)
Set the visible property: A boolean value the represents the visibility of a ChartLegend object.
Parameters:
Returns:
Applies to
Azure SDK for Java