addDataPointForBarSeries

addDataPointForBarSeries(ChartDataCell value) method

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also ChartTypeCharacterizer#isChartTypeColumn(int) and ChartTypeCharacterizer#isChartTypeBar(int) method).

Parameters

NameTypeDescription
valueChartDataCellData point Value

Returns

ChartDataPoint


addDataPointForBarSeries(double value) method

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also ChartTypeCharacterizer#isChartTypeColumn(int) and ChartTypeCharacterizer#isChartTypeBar(int) method).

Parameters

NameTypeDescription
valuedoubleData point Value

Returns

ChartDataPoint