Excel.Interfaces.ChartMapOptionsData interface
chartMapOptions.toJSON()
を呼び出すことによって返されるデータを記述するインターフェイス。
プロパティ
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"
注釈
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins