Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChart
Packages that use MicrosoftGraphWorkbookChart
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookChart in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookChartModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChart.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChart.MicrosoftGraphWorkbookChart.withAxes(MicrosoftGraphWorkbookChartAxes axes) Set the axes property: workbookChartAxes.MicrosoftGraphWorkbookChart.withDataLabels(MicrosoftGraphWorkbookChartDataLabels dataLabels) Set the dataLabels property: workbookChartDataLabels.MicrosoftGraphWorkbookChart.withFormat(MicrosoftGraphWorkbookChartAreaFormat format) Set the format property: workbookChartAreaFormat.MicrosoftGraphWorkbookChart.withHeight(Double height) Set the height property: Represents the height, in points, of the chart object.Set the id property: Read-only.Set the left property: The distance, in points, from the left side of the chart to the worksheet origin.MicrosoftGraphWorkbookChart.withLegend(MicrosoftGraphWorkbookChartLegend legend) Set the legend property: workbookChartLegend.Set the name property: Represents the name of a chart object.MicrosoftGraphWorkbookChart.withSeries(List<MicrosoftGraphWorkbookChartSeries> series) Set the series property: Represents either a single series or collection of series in the chart.MicrosoftGraphWorkbookChart.withTitle(MicrosoftGraphWorkbookChartTitle title) Set the title property: workbookChartTitle.Set the top property: Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).Set the width property: Represents the width, in points, of the chart object.MicrosoftGraphWorkbookChart.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookChartModifier and TypeMethodDescriptionMicrosoftGraphWorkbookWorksheet.charts()Get the charts property: Returns collection of charts that are part of the worksheet.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookChartModifier and TypeMethodDescriptionMicrosoftGraphWorkbookWorksheet.withCharts(List<MicrosoftGraphWorkbookChart> charts) Set the charts property: Returns collection of charts that are part of the worksheet.