is_logarithmic property

is_logarithmic property

Represents if the value axis scale type is logarithmic or not.

Definition:

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

See Also