add_field_area method

add_field_area(self, axis_type, field_name)

Adds an area of pivot field.


def add_field_area(self, axis_type, field_name):
    ...
ParameterTypeDescription
axis_typePivotFieldTypeThe region type.
field_namestrThe name of pivot field.

add_field_area(self, axis_type, field)

Adds an area of pivot field.


def add_field_area(self, axis_type, field):
    ...
ParameterTypeDescription
axis_typePivotFieldTypeThe region type.
fieldPivotFieldThe pivot field.

See Also