AddDataPointForRadarSeries()
Contents
[
Hide
]IChartDataPointCollection::AddDataPointForRadarSeries(System::SharedPtr<IChartDataCell>) method
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also ChartTypeCharacterizer.IsChartTypeRadar(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForRadarSeries(System::SharedPtr<IChartDataCell> value)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| value | System::SharedPtr<IChartDataCell> | Data point Value | 
Return Value
New data point.
IChartDataPointCollection::AddDataPointForRadarSeries(double) method
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also ChartTypeCharacterizer.IsChartTypeRadar(ChartType) method).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForRadarSeries(double value)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| value | double | Data point Value | 
Return Value
New data point.
See Also
- Typedef SharedPtr
 - Class IChartDataPoint
 - Class IChartDataCell
 - Class IChartDataPointCollection
 - Namespace Aspose::Slides::Charts
 - Library Aspose.Slides