Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartAxis
Packages that use MicrosoftGraphWorkbookChartAxis
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookChartAxis in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookChartAxisModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChartAxes.categoryAxis()Get the categoryAxis property: workbookChartAxis.MicrosoftGraphWorkbookChartAxes.seriesAxis()Get the seriesAxis property: workbookChartAxis.MicrosoftGraphWorkbookChartAxes.valueAxis()Get the valueAxis property: workbookChartAxis.MicrosoftGraphWorkbookChartAxis.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookChartAxis.MicrosoftGraphWorkbookChartAxis.withFormat(MicrosoftGraphWorkbookChartAxisFormat format) Set the format property: workbookChartAxisFormat.Set the id property: Read-only.MicrosoftGraphWorkbookChartAxis.withMajorGridlines(MicrosoftGraphWorkbookChartGridlines majorGridlines) Set the majorGridlines property: workbookChartGridlines.MicrosoftGraphWorkbookChartAxis.withMajorUnit(Map<String, Object> majorUnit) Set the majorUnit property: Json.MicrosoftGraphWorkbookChartAxis.withMaximum(Map<String, Object> maximum) Set the maximum property: Json.MicrosoftGraphWorkbookChartAxis.withMinimum(Map<String, Object> minimum) Set the minimum property: Json.MicrosoftGraphWorkbookChartAxis.withMinorGridlines(MicrosoftGraphWorkbookChartGridlines minorGridlines) Set the minorGridlines property: workbookChartGridlines.MicrosoftGraphWorkbookChartAxis.withMinorUnit(Map<String, Object> minorUnit) Set the minorUnit property: Json.MicrosoftGraphWorkbookChartAxis.withTitle(MicrosoftGraphWorkbookChartAxisTitle title) Set the title property: workbookChartAxisTitle.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWorkbookChartAxisModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChartAxes.withCategoryAxis(MicrosoftGraphWorkbookChartAxis categoryAxis) Set the categoryAxis property: workbookChartAxis.MicrosoftGraphWorkbookChartAxes.withSeriesAxis(MicrosoftGraphWorkbookChartAxis seriesAxis) Set the seriesAxis property: workbookChartAxis.MicrosoftGraphWorkbookChartAxes.withValueAxis(MicrosoftGraphWorkbookChartAxis valueAxis) Set the valueAxis property: workbookChartAxis.