Excel.Interfaces.ChartMapOptionsData interface
chartMapOptions.toJSON()
を呼び出すことによって返されるデータを記述するインターフェイス。
label |
地域マップ グラフの系列マップ ラベル戦略を指定します。 |
level | 領域マップ グラフの系列マッピング レベルを指定します。 |
projection |
リージョン マップ グラフの系列投影の種類を指定します。 |
地域マップ グラフの系列マップ ラベル戦略を指定します。
labelStrategy?: Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll";
プロパティ値
Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll"
注釈
領域マップ グラフの系列マッピング レベルを指定します。
level?: Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World";
プロパティ値
Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World"
注釈
リージョン マップ グラフの系列投影の種類を指定します。
projectionType?: Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers";
プロパティ値
Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers"
注釈
Office Add-ins に関するフィードバック
Office Add-ins はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。