map_chart_projection_type property

map_chart_projection_type property

Gets and sets the projection type of the map.

Definition:

@property
def map_chart_projection_type(self):
    ...
@map_chart_projection_type.setter
def map_chart_projection_type(self, value):
    ...

See Also