AddDataPointForRadarSeries()

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

ParameterTypeDescription
valueSystem::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

ParameterTypeDescription
valuedoubleData point Value

Return Value

New data point.

See Also