cross_at property

cross_at property

Represents the point on the value axis where the category axis crosses it.

Remarks

The number should be a integer when it applies to category axis. And the value must be between 1 and 31999.

Definition:

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

See Also