custom_unit property

custom_unit property

Specifies a custom value for the display unit.

Remarks

NOTE: This property is now obsolete. Instead, please use Axis.CustomDisplayUnit property. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also