line_weight property

line_weight property

Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.

Definition:

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

See Also