is_display_unit_label_shown属性
is_display_unit_label_shown属性
表示显示单位标签是否显示在指定轴上。
注意事项
默认值为 True。
定义:
@property
def is_display_unit_label_shown(self):
...
@is_display_unit_label_shown.setter
def is_display_unit_label_shown(self, value):
...
表示显示单位标签是否显示在指定轴上。
默认值为 True。
@property
def is_display_unit_label_shown(self):
...
@is_display_unit_label_shown.setter
def is_display_unit_label_shown(self, value):
...