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