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...
|
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...
|
|
string | ETag |
|
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".