名前空間: microsoft.graph
グラフに凡例を表します。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| Get | workbookChartLegend | chartLegend オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Update | workbookChartLegend | chartLegend オブジェクトを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| overlay | ブール型 | グラフの凡例がグラフの本体と重複するかどうかを示します。 |
| position | string | グラフの凡例の位置を表します。 使用可能な値: Top、Bottom、Left、Right、Corner、Custom。 |
| visible | ブール型 | グラフの凡例を表示するかどうかを示します。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| format | workbookChartLegendFormat | 塗りつぶしとフォントの書式設定を含むグラフの凡例の書式設定を表します。 読み取り専用です。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"format": {"@odata.type":"microsoft.graph.workbookChartLegendFormat"},
"overlay": true,
"position": "string",
"visible": true
}