addDataPointForRadarSeries

addDataPointForRadarSeries(ChartDataCell value) function

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(int) method).

Parameters

NameTypeDescription
valueChartDataCellData point Value

Result

ChartDataPoint


addDataPointForRadarSeries(double value) function

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(int) method).

Parameters

NameTypeDescription
valuedoubleData point Value

Result

ChartDataPoint