Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ChartMapOptionsUpdateData interface
- Package:
- excel
An interface for updating data on the ChartMapOptions object, for use in chartMapOptions.set({ ... }).
Properties
| labelStrategy | Specifies the series map labels strategy of a region map chart. |
| level | Specifies the series mapping level of a region map chart. |
| projectionType | 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
Feedback
Was this page helpful?
