drop_zone_data property

drop_zone_data property

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

Definition:

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

See Also