Excel.Interfaces.ChartMapOptionsUpdateData interface
chartMapOptions.set({ ... })
で使用するために、ChartMapOptions オブジェクト上のデータを更新するためのインターフェイス。
プロパティ
| label |
地域マップ グラフの系列マップ ラベル戦略を指定します。 |
| level | 領域マップ グラフの系列マッピング レベルを指定します。 |
| projection |
リージョン マップ グラフの系列投影の種類を指定します。 |
プロパティの詳細
labelStrategy
地域マップ グラフの系列マップ ラベル戦略を指定します。
labelStrategy?: Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll";
プロパティ値
Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll"
注釈
level
領域マップ グラフの系列マッピング レベルを指定します。
level?: Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World";
プロパティ値
Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World"
注釈
projectionType
リージョン マップ グラフの系列投影の種類を指定します。
projectionType?: Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers";
プロパティ値
Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers"