ChartDataPointCollection
ChartDataPointCollection class
Represents collection of a series data point.
addDataPointForAreaSeries
| Name | Description |
|---|
| addDataPointForAreaSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer#isChartTypeArea(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForAreaSeries
| Name | Description |
|---|
| addDataPointForAreaSeries (double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer#isChartTypeArea(int) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value |
Returns:
ChartDataPoint
addDataPointForBarSeries
| Name | Description |
|---|
| addDataPointForBarSeries (ChartDataCell) | 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) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForBarSeries
| Name | Description |
|---|
| addDataPointForBarSeries (double) | 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) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value |
Returns:
ChartDataPoint
addDataPointForBoxAndWhiskerSeries
| Name | Description |
|---|
| addDataPointForBoxAndWhiskerSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is BoxAndWhisker. |
Parameters:
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (ChartDataCell, ChartDataCell, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (double, ChartDataCell, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (String, ChartDataCell, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (ChartDataCell, double, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (double, double, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | double | Data point XValue |
| yValue | double | Data point YValue |
| bubbleSize | ChartDataCell | Data point BubbleSize |
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (String, double, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | String | Data point XValue |
| yValue | double | Data point YValue |
| bubbleSize | ChartDataCell | Data point BubbleSize |
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (ChartDataCell, ChartDataCell, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (double, ChartDataCell, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | double | Data point XValue |
| yValue | ChartDataCell | Data point YValue |
| bubbleSize | double | Data point BubbleSize |
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (String, ChartDataCell, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | String | Data point XValue |
| yValue | ChartDataCell | Data point YValue |
| bubbleSize | double | Data point BubbleSize |
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (ChartDataCell, double, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | ChartDataCell | Data point XValue |
| yValue | double | Data point YValue |
| bubbleSize | double | Data point BubbleSize |
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (double, double, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | double | Data point XValue |
| yValue | double | Data point YValue |
| bubbleSize | double | Data point BubbleSize |
Returns:
ChartDataPoint
addDataPointForBubbleSeries
| Name | Description |
|---|
| addDataPointForBubbleSeries (String, double, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer#isChartTypeBubble(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | String | Data point XValue |
| yValue | double | Data point YValue |
| bubbleSize | double | Data point BubbleSize |
Returns:
ChartDataPoint
addDataPointForDoughnutSeries
| Name | Description |
|---|
| addDataPointForDoughnutSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer#isChartTypeDoughnut(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForDoughnutSeries
| Name | Description |
|---|
| addDataPointForDoughnutSeries (double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer#isChartTypeDoughnut(int) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value |
Returns:
ChartDataPoint
addDataPointForFunnelSeries
| Name | Description |
|---|
| addDataPointForFunnelSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Funnel. |
Parameters:
Returns:
ChartDataPoint
addDataPointForHistogramSeries
| Name | Description |
|---|
| addDataPointForHistogramSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Histogram. |
Parameters:
Returns:
ChartDataPoint
addDataPointForLineSeries
| Name | Description |
|---|
| addDataPointForLineSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also ChartTypeCharacterizer#isChartTypeLine(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForLineSeries
| Name | Description |
|---|
| addDataPointForLineSeries (double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also ChartTypeCharacterizer#isChartTypeLine(int) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value. |
Returns:
ChartDataPoint
| Name | Description |
|---|
| addDataPointForMapSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Map. |
Parameters:
Returns:
ChartDataPoint
addDataPointForPieSeries
| Name | Description |
|---|
| addDataPointForPieSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also ChartTypeCharacterizer#isChartTypePie(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForPieSeries
| Name | Description |
|---|
| addDataPointForPieSeries (double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also ChartTypeCharacterizer#isChartTypePie(int) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value |
Returns:
ChartDataPoint
addDataPointForRadarSeries
| Name | Description |
|---|
| addDataPointForRadarSeries (ChartDataCell) | 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) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForRadarSeries
| Name | Description |
|---|
| 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(int) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value |
Returns:
ChartDataPoint
addDataPointForScatterSeries
| Name | Description |
|---|
| addDataPointForScatterSeries (ChartDataCell, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForScatterSeries
| Name | Description |
|---|
| addDataPointForScatterSeries (double, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | double | Data point XValue |
| yValue | ChartDataCell | Data point YValue |
Returns:
ChartDataPoint
addDataPointForScatterSeries
| Name | Description |
|---|
| addDataPointForScatterSeries (String, ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | String | Data point XValue |
| yValue | ChartDataCell | Data point YValue |
Returns:
ChartDataPoint
addDataPointForScatterSeries
| Name | Description |
|---|
| addDataPointForScatterSeries (ChartDataCell, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | ChartDataCell | Data point XValue |
| yValue | double | Data point YValue |
Returns:
ChartDataPoint
addDataPointForScatterSeries
| Name | Description |
|---|
| addDataPointForScatterSeries (double, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | double | Data point XValue |
| yValue | double | Data point YValue |
Returns:
ChartDataPoint
addDataPointForScatterSeries
| Name | Description |
|---|
| addDataPointForScatterSeries (String, double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) function). |
Parameters:
| Name | Type | Description |
|---|
| xValue | String | Data point XValue |
| yValue | double | Data point YValue |
Returns:
ChartDataPoint
addDataPointForStockSeries
| Name | Description |
|---|
| addDataPointForStockSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer#isChartTypeStock(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForStockSeries
| Name | Description |
|---|
| addDataPointForStockSeries (double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer#isChartTypeStock(int) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value. |
Returns:
ChartDataPoint
addDataPointForSunburstSeries
| Name | Description |
|---|
| addDataPointForSunburstSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Sunburst. |
Parameters:
Returns:
ChartDataPoint
addDataPointForSurfaceSeries
| Name | Description |
|---|
| addDataPointForSurfaceSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also ChartTypeCharacterizer#isChartTypeSurface(int) function). |
Parameters:
Returns:
ChartDataPoint
addDataPointForSurfaceSeries
| Name | Description |
|---|
| addDataPointForSurfaceSeries (double) | Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also ChartTypeCharacterizer#isChartTypeSurface(int) function). |
Parameters:
| Name | Type | Description |
|---|
| value | double | Data point Value |
Returns:
ChartDataPoint
addDataPointForTreemapSeries
| Name | Description |
|---|
| addDataPointForTreemapSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Treemap. |
Parameters:
Returns:
ChartDataPoint
addDataPointForWaterfallSeries
| Name | Description |
|---|
| addDataPointForWaterfallSeries (ChartDataCell) | Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Waterfall. |
Parameters:
Returns:
ChartDataPoint
clear
| Name | Description |
|---|
| clear () | Removes all elements from the collection. |
getDataSourceTypeForBubbleSizes
| Name | Description |
|---|
| getDataSourceTypeForBubbleSizes () | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. In other words it specifies the type of value of ChartDataPoint.BubbleSize.Data property. Read/write DataSourceType. |
Returns:
int
getDataSourceTypeForErrorBarsCustomValues
| Name | Description |
|---|
| getDataSourceTypeForErrorBarsCustomValues () | Specifies types of values in ChartDataPoint.ErrorBarsCustomValues properties list. Read-only IDataSourceTypeForErrorBarsCustomValues. |
Returns:
DataSourceTypeForErrorBarsCustomValues
getDataSourceTypeForValues
| Name | Description |
|---|
| getDataSourceTypeForValues () | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. In other words it specifies the type of value of ChartDataPoint.Value.Data property. Read/write DataSourceType. |
Returns:
int
getDataSourceTypeForXValues
| Name | Description |
|---|
| getDataSourceTypeForXValues () | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. In other words it specifies the type of value of ChartDataPoint.XValue.Data property. Read/write DataSourceType. |
Returns:
int
getDataSourceTypeForYValues
| Name | Description |
|---|
| getDataSourceTypeForYValues () | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPoint.YValue.Data property. Read/write DataSourceType. |
Returns:
int
getOrCreateDataPointByIdx
| Name | Description |
|---|
| getOrCreateDataPointByIdx (long) | If collection already contains data point with index index then returns this data point. If collection doesn’t contains data point with index index==N (when number of data points in this collection is less or equal then N) then adds deficient data points and returns last (which has requested index). For example, collection indexes are {0, 1, 2}, and requested index is 5. Then function adds deficient data points: {0, 1, 2, 3, 4, 5}. And returns data point with index 5. |
Parameters:
| Name | Type | Description |
|---|
| index | long | Index. |
Returns:
ChartDataPoint
getSyncRoot
| Name | Description |
|---|
| getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns:
Object
get_Item
| Name | Description |
|---|
| get_Item (int) | Returns the series data point by index (its serial number in this collection). |
Returns:
ChartDataPoint
get_Item
| Name | Description |
|---|
| get_Item (ChartDataPoint) | Return index (serial number) of data point in this collection. |
Returns:
int
isSynchronized
| Name | Description |
|---|
| isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns:
boolean
iterator
| Name | Description |
|---|
| iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
| Name | Description |
|---|
| iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
remove
Parameters:
removeAt
| Name | Description |
|---|
| removeAt (int) | Removes the element at the given index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | Index of a data point to remove. |
setDataSourceTypeForBubbleSizes
| Name | Description |
|---|
| setDataSourceTypeForBubbleSizes (int) | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. In other words it specifies the type of value of ChartDataPoint.BubbleSize.Data property. Read/write DataSourceType. |
setDataSourceTypeForValues
| Name | Description |
|---|
| setDataSourceTypeForValues (int) | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. In other words it specifies the type of value of ChartDataPoint.Value.Data property. Read/write DataSourceType. |
setDataSourceTypeForXValues
| Name | Description |
|---|
| setDataSourceTypeForXValues (int) | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. In other words it specifies the type of value of ChartDataPoint.XValue.Data property. Read/write DataSourceType. |
setDataSourceTypeForYValues
| Name | Description |
|---|
| setDataSourceTypeForYValues (int) | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPoint.YValue.Data property. Read/write DataSourceType. |
size
| Name | Description |
|---|
| size () | Gets the number of elements actually contained in the collection. Read-only int. |
Returns:
int