blob: e6688e5e14b7db95df5a6157f9d3f318906b8173 (
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
// WorkbookChartLegendFormat undocumented
type WorkbookChartLegendFormat struct {
// Entity is the base model of WorkbookChartLegendFormat
Entity
// Fill undocumented
Fill *WorkbookChartFill `json:"fill,omitempty"`
// Font undocumented
Font *WorkbookChartFont `json:"font,omitempty"`
}
|