axis property

axis property

Names group of related headers. See the axis attribute definition in HTML 4.01.

Definition:

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

See Also