is_visible property
is_visible property
Represents if the axis is visible.
Definition:
@property
def is_visible(self):
    ...
@is_visible.setter
def is_visible(self, value):
    ...
See Also
- module aspose.cells.charts
- class Axis
Represents if the axis is visible.
@property
def is_visible(self):
    ...
@is_visible.setter
def is_visible(self, value):
    ...
aspose.cells.chartsAxis