drop_zone_filter property

drop_zone_filter property

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

Definition:

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

See Also