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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| size_value | IChartDataCell | Data point SizeValue | 
See Also
- class ChartDataPointCollection
- class IChartDataCell
- class IChartDataPoint
- module aspose.slides.charts
- library Aspose.Slides