Uses of Class
com.microsoft.graph.models.WorkbookChartLineFormat
Packages that use WorkbookChartLineFormat
-
Uses of WorkbookChartLineFormat in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookChartLineFormatModifier and TypeMethodDescriptionstatic WorkbookChartLineFormatWorkbookChartLineFormat.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueWorkbookChartAxisFormat.getLine()Gets the line property value.WorkbookChartGridlinesFormat.getLine()Gets the line property value.WorkbookChartSeriesFormat.getLine()Gets the line property value.Methods in com.microsoft.graph.models with parameters of type WorkbookChartLineFormatModifier and TypeMethodDescriptionvoidWorkbookChartAxisFormat.setLine(WorkbookChartLineFormat value) Sets the line property value.voidWorkbookChartGridlinesFormat.setLine(WorkbookChartLineFormat value) Sets the line property value.voidWorkbookChartSeriesFormat.setLine(WorkbookChartLineFormat value) Sets the line property value.