parent_label_layout property

parent_label_layout property

Represents layout of parent category labels. Applies only to Treemap charts.

Definition:

@property
def parent_label_layout(self):
    ...

@parent_label_layout.setter
def parent_label_layout(self, value):
    ...

See Also