axis_points property

axis_points property

Gets or sets the axis points.

Definition:

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

See Also