blob: ccf49a83aeea5c6af2da95291d61990aeaa32ca4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WorkbookChartLegend undocumented
type WorkbookChartLegend struct {
// Entity is the base model of WorkbookChartLegend
Entity
// Overlay undocumented
Overlay *bool `json:"overlay,omitempty"`
// Position undocumented
Position *string `json:"position,omitempty"`
// Visible undocumented
Visible *bool `json:"visible,omitempty"`
// Format undocumented
Format *WorkbookChartLegendFormat `json:"format,omitempty"`
}
|