Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 505 Bytes

File metadata and controls

27 lines (23 loc) · 505 Bytes

title: log_base property second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 280 url: /aspose.cells.charts/axis/log_base/ is_root: false

log_base property

Represents the logarithmic base. Default value is 10.

Definition:

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

See Also