is_in_secondary_plot属性

is_in_secondary_plot属性

获取或设置一个值,指示此数据点是否位于第二个饼图或条形图中 在饼图或饼条图上

定义:

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

也可以看看