Excel.Interfaces.ChartMapOptionsUpdateData interface

で使用 chartMapOptions.set({ ... })する ChartMapOptions オブジェクトのデータを更新するためのインターフェイス。

プロパティ

labelStrategy

地域マップ グラフの系列マップ ラベル戦略を指定します。

level

領域マップ グラフの系列マッピング レベルを指定します。

projectionType

リージョン マップ グラフの系列投影の種類を指定します。

プロパティの詳細

labelStrategy

地域マップ グラフの系列マップ ラベル戦略を指定します。

labelStrategy?: Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll";

プロパティ値

Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll"

注釈

[ API セット: ExcelApi 1.9 ]

level

領域マップ グラフの系列マッピング レベルを指定します。

level?: Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World";

プロパティ値

Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World"

注釈

[ API セット: ExcelApi 1.9 ]

projectionType

リージョン マップ グラフの系列投影の種類を指定します。

projectionType?: Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers";

プロパティ値

Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers"

注釈

[ API セット: ExcelApi 1.9 ]