cross_type property

cross_type property

Represents the Axis.cross_type on the specified axis where the other axis crosses.

Definition:

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

See Also