ExcelScript.ChartMapOptions interface
Encapsulates the properties for a region map chart.
Methods
get |
Specifies the series map labels strategy of a region map chart. |
get |
Specifies the series mapping level of a region map chart. |
get |
Specifies the series projection type of a region map chart. |
set |
Specifies the series map labels strategy of a region map chart. |
set |
Specifies the series mapping level of a region map chart. |
set |
Specifies the series projection type of a region map chart. |
Method Details
getLabelStrategy()
Specifies the series map labels strategy of a region map chart.
getLabelStrategy(): ChartMapLabelStrategy;
Returns
getLevel()
Specifies the series mapping level of a region map chart.
getLevel(): ChartMapAreaLevel;
Returns
getProjectionType()
Specifies the series projection type of a region map chart.
getProjectionType(): ChartMapProjectionType;
Returns
setLabelStrategy(labelStrategy)
Specifies the series map labels strategy of a region map chart.
setLabelStrategy(labelStrategy: ChartMapLabelStrategy): void;
Parameters
- labelStrategy
- ExcelScript.ChartMapLabelStrategy
Returns
void
setLevel(level)
Specifies the series mapping level of a region map chart.
setLevel(level: ChartMapAreaLevel): void;
Parameters
Returns
void
setProjectionType(projectionType)
Specifies the series projection type of a region map chart.
setProjectionType(projectionType: ChartMapProjectionType): void;
Parameters
- projectionType
- ExcelScript.ChartMapProjectionType
Returns
void
Office Scripts