Uses of Class
com.microsoft.graph.models.WorkbookChartFill
Packages that use WorkbookChartFill
-
Uses of WorkbookChartFill in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookChartFillModifier and TypeMethodDescriptionstatic WorkbookChartFillWorkbookChartFill.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueWorkbookChartAreaFormat.getFill()Gets the fill property value.WorkbookChartDataLabelFormat.getFill()Gets the fill property value.WorkbookChartLegendFormat.getFill()Gets the fill property value.WorkbookChartPointFormat.getFill()Gets the fill property value.WorkbookChartSeriesFormat.getFill()Gets the fill property value.WorkbookChartTitleFormat.getFill()Gets the fill property value.Methods in com.microsoft.graph.models with parameters of type WorkbookChartFillModifier and TypeMethodDescriptionvoidWorkbookChartAreaFormat.setFill(WorkbookChartFill value) Sets the fill property value.voidWorkbookChartDataLabelFormat.setFill(WorkbookChartFill value) Sets the fill property value.voidWorkbookChartLegendFormat.setFill(WorkbookChartFill value) Sets the fill property value.voidWorkbookChartPointFormat.setFill(WorkbookChartFill value) Sets the fill property value.voidWorkbookChartSeriesFormat.setFill(WorkbookChartFill value) Sets the fill property value.voidWorkbookChartTitleFormat.setFill(WorkbookChartFill value) Sets the fill property value.