blob: 0614068d04459d68288b6891d96fdf6d377c9456 (
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
// WorkbookChartAxisFormat undocumented
type WorkbookChartAxisFormat struct {
// Entity is the base model of WorkbookChartAxisFormat
Entity
// Font undocumented
Font *WorkbookChartFont `json:"font,omitempty"`
// Line undocumented
Line *WorkbookChartLineFormat `json:"line,omitempty"`
}
|