preset_style property

preset_style property

Gets and sets the preset style type of the sparkline group.

Remarks

If this property is set,these properties: SeriesColor,NegativePointsColor,HorizontalAxisColor,MarkersColor,FirstPointColor,LastPointColor,HighPointColor,LowPointColor will be covered. So please set property first ,then set others.

Definition:

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

See Also