show_first_point属性
show_first_point属性
指示是否突出显示迷你图组中的第一个数据点。
定义:
@property
def show_first_point(self):
    ...
@show_first_point.setter
def show_first_point(self, value):
    ...
指示是否突出显示迷你图组中的第一个数据点。
@property
def show_first_point(self):
    ...
@show_first_point.setter
def show_first_point(self, value):
    ...