blob: 714eedfb210b72bdd3523962f814bec2a08783c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WorkbookChartSeriesFormat undocumented
type WorkbookChartSeriesFormat struct {
// Entity is the base model of WorkbookChartSeriesFormat
Entity
// Fill undocumented
Fill *WorkbookChartFill `json:"fill,omitempty"`
// Line undocumented
Line *WorkbookChartLineFormat `json:"line,omitempty"`
}
|