foreground_color 属性

foreground_color 属性

表示折线图、散点图或雷达图中标记的前景色。

定义:

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

也可以看看