custom_unit property
custom_unit property
Specifies a custom value for the display unit.
Definition:
@property
def custom_unit(self):
...
@custom_unit.setter
def custom_unit(self, value):
...
See Also
- module
aspose.cells.charts
- class
Axis
Specifies a custom value for the display unit.
@property
def custom_unit(self):
...
@custom_unit.setter
def custom_unit(self, value):
...
aspose.cells.charts
Axis