x_high property

x_high property

Gets or sets hi value by X axis

Definition:

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

See Also