Excel.Interfaces.ChartMapOptionsUpdateData interface
An interface for updating data on the ChartMapOptions
object, for use in chartMapOptions.set({ ... })
.
Properties
label |
Specifies the series map labels strategy of a region map chart. |
level | Specifies the series mapping level of a region map chart. |
projection |
Specifies the series projection type of a region map chart. |
Property Details
labelStrategy
Specifies the series map labels strategy of a region map chart.
labelStrategy?: Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll";
Property Value
Excel.ChartMapLabelStrategy | "None" | "BestFit" | "ShowAll"
Remarks
level
Specifies the series mapping level of a region map chart.
level?: Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World";
Property Value
Excel.ChartMapAreaLevel | "Automatic" | "DataOnly" | "City" | "County" | "State" | "Country" | "Continent" | "World"
Remarks
projectionType
Specifies the series projection type of a region map chart.
projectionType?: Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers";
Property Value
Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers"
Remarks
Office Add-ins