ExcelScript.ChartMapOptions interface

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

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

Returns

void