max_color 属性
max_color 属性
获取或设置范围内最大值的渐变颜色。
定义:
@property
def max_color(self):
...
@max_color.setter
def max_color(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 ColorScale
获取或设置范围内最大值的渐变颜色。
@property
def max_color(self):
...
@max_color.setter
def max_color(self, value):
...