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"