Excel.Interfaces.ChartMapOptionsLoadOptions interface
Encapsulates the properties for a region map chart.
Remarks
Properties
$all | Specifying |
label |
Specifies the series map labels strategy of a region map chart. |
level | Specifies the series mapping level of a region map chart. |
projection |
Specifies the series projection type of a region map chart. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as 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
level
Specifies the series mapping level of a region map chart.
level?: boolean;
Property Value
boolean
Remarks
projectionType
Specifies the series projection type of a region map chart.
projectionType?: boolean;
Property Value
boolean
Remarks
Office Add-ins