Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ChartMapOptionsLoadOptions interface
- Package:
- excel
Encapsulates the properties for a region map chart.
Properties
| $all | Specifying |
| 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 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
Feedback
Was this page helpful?
