Excel.Interfaces.ChartMapOptionsData interface

An interface describing the data returned by calling chartMapOptions.toJSON().

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

[ API set: ExcelApi 1.9 ]

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

[ API set: ExcelApi 1.9 ]

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

[ API set: ExcelApi 1.9 ]