add_data_point_for_waterfall_series method

add_data_point_for_waterfall_series

Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Waterfall.

Returns

New data point.

def add_data_point_for_waterfall_series(self, value):
    ...
ParameterTypeDescription
valueIChartDataCellData point value

See Also