is_in_secondary_plot property

is_in_secondary_plot property

Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart

Definition:

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

See Also