add_data_point_for_sunburst_series method

add_data_point_for_sunburst_series

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

Returns

New data point.

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

See Also