drop_zone_categories property

drop_zone_categories property

Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.

Definition:

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

See Also