Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExcelScript.ChartMapOptions interface
- Package:
- ExcelScript
Encapsulates the properties for a region map chart.
Methods
| getLabelStrategy() | Specifies the series map labels strategy of a region map chart. |
| getLevel() | Specifies the series mapping level of a region map chart. |
| getProjectionType() | Specifies the series projection type of a region map chart. |
| setLabelStrategy(labelStrategy) | Specifies the series map labels strategy of a region map chart. |
| setLevel(level) | Specifies the series mapping level of a region map chart. |
| setProjectionType(projectionType) | 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
Feedback
Was this page helpful?
