second_category_data property

second_category_data property

Gets or sets the range of second category Axis values. It can be a range of cells (such as, “d1:e10”), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some ASerieses plot on the second axis.

Definition:

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

See Also