max_color 属性
max_color 属性
获取或设置范围内最大值的渐变颜色。
定义:
@property
def max_color(self):
...
@max_color.setter
def max_color(self, value):
...
获取或设置范围内最大值的渐变颜色。
@property
def max_color(self):
...
@max_color.setter
def max_color(self, value):
...