add_data_point_for_treemap_series method

add_data_point_for_treemap_series

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

Returns

New data point.

def add_data_point_for_treemap_series(self, size_value):
    ...
ParameterTypeDescription
size_valueIChartDataCellData point SizeValue

See Also