AddDataPointForRadarSeries

AddDataPointForRadarSeries(IChartDataCell)

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).

public IChartDataPoint AddDataPointForRadarSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point Value

Return Value

New data point.

See Also


AddDataPointForRadarSeries(double)

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).

public IChartDataPoint AddDataPointForRadarSeries(double value)
ParameterTypeDescription
valueDoubleData point Value

Return Value

New data point.

See Also