Package | Description |
---|---|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartSeriesCollectionGeneric<T extends ChartSeries>
Represents a collection of series of specific type which derives from
ChartSeries type. |
Modifier and Type | Class and Description |
---|---|
class |
LineChartSeries
Represents a single
LineChart series. |
Modifier and Type | Method and Description |
---|---|
ChartSeries |
ChartSeriesCollection.add()
Adds a new empty series to the chart.
|
ChartSeries |
ChartSeriesCollection.add(String name,
Iterable values)
Adds a new series with specified name and values to the chart.
|
ChartSeries |
ChartSeriesCollection.add(String name,
Object... values)
Adds a new series with specified name and values to the chart.
|
ChartSeries |
ChartSeriesCollection.add(String name,
String valuesReference)
Adds a new series with specified name and values reference to the chart.
|
ChartSeries |
ChartSeriesCollection.create()
Deprecated.
This method is internal and should not be used.
|
ChartSeries |
ChartSeriesCollection.get(int index)
Gets the
ChartSeries that is stored at the zero-based index of the ChartSeriesCollection . |
ChartSeries |
ChartSeriesCollection.remove(int index) |
Modifier and Type | Method and Description |
---|---|
Iterator<ChartSeries> |
ChartSeriesCollection.chartSeriesIterator()
Deprecated.
This method is internal and should not be used.
|
Iterable<ChartSeries> |
ChartSeriesCollection.iterable()
Deprecated.
This method is internal and should not be used.
|
Map<ChartSeries,Integer> |
ChartSeriesCollection.resolveIndices()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartSeriesCollectionGeneric.addChartSeries(ChartSeries item)
Deprecated.
This method is internal and should not be used.
|
abstract void |
ChartSeriesCollection.addChartSeries(ChartSeries item)
Deprecated.
This method is internal and should not be used.
|
void |
ChartSeriesCollectionGeneric.addClone(ChartSeries source)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.