set_as_total property

set_as_total property

Sets data point as total. Applied for Waterfall series type only.

Definition:

@property
def set_as_total(self):
    ...

@set_as_total.setter
def set_as_total(self, value):
    ...

See Also