AddDataPointForTreemapSeries()
IChartDataPointCollection::AddDataPointForTreemapSeries(System::SharedPtr<IChartDataCell>) method
Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Treemap.
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForTreemapSeries(System::SharedPtr<IChartDataCell> sizeValue)=0
Arguments
Parameter | Type | Description |
---|---|---|
sizeValue | System::SharedPtr<IChartDataCell> | Data point SizeValue |
Return Value
New data point.
See Also
- Typedef SharedPtr
- Class IChartDataPoint
- Class IChartDataCell
- Class IChartDataPointCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides