Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartSeries
Packages that use MicrosoftGraphWorkbookChartSeries
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookChartSeries in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookChartSeriesModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChartSeries.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartSeries.MicrosoftGraphWorkbookChartSeries.withFormat(MicrosoftGraphWorkbookChartSeriesFormat format) Set the format property: workbookChartSeriesFormat.Set the id property: Read-only.Set the name property: Represents the name of a series in a chart.MicrosoftGraphWorkbookChartSeries.withPoints(List<MicrosoftGraphWorkbookChartPoint> points) Set the points property: Represents a collection of all points in the series.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookChartSeriesModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChart.series()Get the series property: Represents either a single series or collection of series in the chart.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookChartSeriesModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChart.withSeries(List<MicrosoftGraphWorkbookChartSeries> series) Set the series property: Represents either a single series or collection of series in the chart.