Excel.Interfaces.ChartMapOptionsLoadOptions interface

Encapsulates the properties for a region map chart.

Remarks

[ API set: ExcelApi 1.9 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

labelStrategy

Specifies the series map labels strategy of a region map chart.

labelStrategy?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

level

Specifies the series mapping level of a region map chart.

level?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

projectionType

Specifies the series projection type of a region map chart.

projectionType?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]