sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.OrgChartSpec Class Reference

An org chart. Org charts require a unique set of labels in labels and may optionally include parent_labels and tooltips. parent_labels contain, for each node, the label identifying the parent node. tooltips contain, for each node, an optional tooltip. More...

Inheritance diagram for Google.Apis.Sheets.v4.Data.OrgChartSpec:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual ChartData Labels [get, set]
 The data containing the labels for all the nodes in the chart. Labels must be unique. More...
 
virtual Color NodeColor [get, set]
 The color of the org chart nodes. More...
 
virtual ColorStyle NodeColorStyle [get, set]
 The color of the org chart nodes. If node_color is also set, this field takes precedence. More...
 
virtual string NodeSize [get, set]
 The size of the org chart nodes. More...
 
virtual ChartData ParentLabels [get, set]
 The data containing the label of the parent for the corresponding node. A blank value indicates that the node has no parent and is a top-level node. This field is optional. More...
 
virtual Color SelectedNodeColor [get, set]
 The color of the selected org chart nodes. More...
 
virtual ColorStyle SelectedNodeColorStyle [get, set]
 The color of the selected org chart nodes. If selected_node_color is also set, this field takes precedence. More...
 
virtual ChartData Tooltips [get, set]
 The data containing the tooltip for the corresponding node. A blank value results in no tooltip being displayed for the node. This field is optional. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

An org chart. Org charts require a unique set of labels in labels and may optionally include parent_labels and tooltips. parent_labels contain, for each node, the label identifying the parent node. tooltips contain, for each node, an optional tooltip.

For example, to describe an OrgChart with Alice as the CEO, Bob as the President (reporting to Alice) and Cathy as VP of Sales (also reporting to Alice), have labels contain "Alice", "Bob", "Cathy", parent_labels contain "", "Alice", "Alice" and tooltips contain "CEO", "President", "VP Sales".

Property Documentation

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.OrgChartSpec.ETag
getset

The ETag of the item.

◆ Labels

virtual ChartData Google.Apis.Sheets.v4.Data.OrgChartSpec.Labels
getset

The data containing the labels for all the nodes in the chart. Labels must be unique.

◆ NodeColor

virtual Color Google.Apis.Sheets.v4.Data.OrgChartSpec.NodeColor
getset

The color of the org chart nodes.

◆ NodeColorStyle

virtual ColorStyle Google.Apis.Sheets.v4.Data.OrgChartSpec.NodeColorStyle
getset

The color of the org chart nodes. If node_color is also set, this field takes precedence.

◆ NodeSize

virtual string Google.Apis.Sheets.v4.Data.OrgChartSpec.NodeSize
getset

The size of the org chart nodes.

◆ ParentLabels

virtual ChartData Google.Apis.Sheets.v4.Data.OrgChartSpec.ParentLabels
getset

The data containing the label of the parent for the corresponding node. A blank value indicates that the node has no parent and is a top-level node. This field is optional.

◆ SelectedNodeColor

virtual Color Google.Apis.Sheets.v4.Data.OrgChartSpec.SelectedNodeColor
getset

The color of the selected org chart nodes.

◆ SelectedNodeColorStyle

virtual ColorStyle Google.Apis.Sheets.v4.Data.OrgChartSpec.SelectedNodeColorStyle
getset

The color of the selected org chart nodes. If selected_node_color is also set, this field takes precedence.

◆ Tooltips

virtual ChartData Google.Apis.Sheets.v4.Data.OrgChartSpec.Tooltips
getset

The data containing the tooltip for the corresponding node. A blank value results in no tooltip being displayed for the node. This field is optional.


The documentation for this class was generated from the following file: