Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartDataLabels
Packages that use MicrosoftGraphWorkbookChartDataLabels
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookChartDataLabels in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookChartDataLabelsModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChart.dataLabels()Get the dataLabels property: workbookChartDataLabels.MicrosoftGraphWorkbookChartDataLabels.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartDataLabels.MicrosoftGraphWorkbookChartDataLabels.withFormat(MicrosoftGraphWorkbookChartDataLabelFormat format) Set the format property: workbookChartDataLabelFormat.Set the id property: Read-only.MicrosoftGraphWorkbookChartDataLabels.withPosition(String position) Set the position property: DataLabelPosition value that represents the position of the data label.MicrosoftGraphWorkbookChartDataLabels.withSeparator(String separator) Set the separator property: String representing the separator used for the data labels on a chart.MicrosoftGraphWorkbookChartDataLabels.withShowBubbleSize(Boolean showBubbleSize) Set the showBubbleSize property: Boolean value representing if the data label bubble size is visible or not.MicrosoftGraphWorkbookChartDataLabels.withShowCategoryName(Boolean showCategoryName) Set the showCategoryName property: Boolean value representing if the data label category name is visible or not.MicrosoftGraphWorkbookChartDataLabels.withShowLegendKey(Boolean showLegendKey) Set the showLegendKey property: Boolean value representing if the data label legend key is visible or not.MicrosoftGraphWorkbookChartDataLabels.withShowPercentage(Boolean showPercentage) Set the showPercentage property: Boolean value representing if the data label percentage is visible or not.MicrosoftGraphWorkbookChartDataLabels.withShowSeriesName(Boolean showSeriesName) Set the showSeriesName property: Boolean value representing if the data label series name is visible or not.MicrosoftGraphWorkbookChartDataLabels.withShowValue(Boolean showValue) Set the showValue property: Boolean value representing if the data label value is visible or not.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWorkbookChartDataLabelsModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChart.withDataLabels(MicrosoftGraphWorkbookChartDataLabels dataLabels) Set the dataLabels property: workbookChartDataLabels.