is_logarithmic property

is_logarithmic property

Represents if the value axis scale type is logarithmic or not. Read/write bool.

Definition:

@property
def is_logarithmic(self):
    ...

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

See Also