Excel.Interfaces.ChartMapOptionsUpdateData interface

用于更新 ChartMapOptions 对象上的数据的接口,在 中使用 chartMapOptions.set({ ... })

属性

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 ]