summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookChartAxesModel.go
blob: 9d655ad0956274d86ea6c60e993d431833c3334e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WorkbookChartAxes undocumented
type WorkbookChartAxes struct {
	// Entity is the base model of WorkbookChartAxes
	Entity
	// CategoryAxis undocumented
	CategoryAxis *WorkbookChartAxis `json:"categoryAxis,omitempty"`
	// SeriesAxis undocumented
	SeriesAxis *WorkbookChartAxis `json:"seriesAxis,omitempty"`
	// ValueAxis undocumented
	ValueAxis *WorkbookChartAxis `json:"valueAxis,omitempty"`
}