// 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"` }