Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 594 Bytes

File metadata and controls

27 lines (23 loc) · 594 Bytes

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

is_automatic_max_value property

Indicates whether the max value is automatically assigned.

Definition:

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

See Also