Modifier and Type | Method and Description |
---|---|
default DataSeriesItem |
HasItem.getItem()
Returns the item that was clicked
|
Modifier and Type | Method and Description |
---|---|
DataSeriesItem |
AbstractSeriesItemEvent.getItem()
The item added.
|
Constructor and Description |
---|
AbstractSeriesItemEvent(Series series,
DataSeriesItem item)
Constructs the event with a series item (without the value).
|
DataAddedEvent(Series series,
DataSeriesItem item,
boolean shift)
Constructs the event with given series, item and a shift information.
|
DataUpdatedEvent(Series series,
DataSeriesItem item,
int pointIndex)
Constructs the event with given series, item and point index.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxPlotItem
A DataSeriesItem implementation suitable for
box plot charts.
|
class |
DataSeriesItem3d
DataSeriesItem that can hold also Z value.
|
class |
FlagItem
DataSeriesItem that can hold also title and text values.
|
class |
OhlcItem
A DataSeriesItem implementation suitable for OHLC charts.
|
class |
WaterFallSum
DataSeriesItem that can be used as sum or intermediate sum in waterfall
charts.
|
Modifier and Type | Method and Description |
---|---|
DataSeriesItem |
DataSeries.get(int index)
Returns
DataSeriesItem at given index |
DataSeriesItem |
DataSeries.get(String name) |
Modifier and Type | Method and Description |
---|---|
List<DataSeriesItem> |
DataSeries.getData()
Return an unmodifiable list of the data items in this series.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSeries.add(DataSeriesItem item)
Adds a data item and immediately updates the chart if it already has been
drawn.
|
void |
DataSeries.add(DataSeriesItem item,
boolean updateChartImmediately,
boolean shift)
Adds a data item and immediately sends an update to the chart if so
specified.
|
void |
DataSeries.addItemWithDrilldown(DataSeriesItem item)
Adds a new item to the series data and enables drilldown for it.
|
void |
DataSeries.addItemWithDrilldown(DataSeriesItem item,
Series series)
Adds a new item to the series data.
|
void |
DataSeries.remove(DataSeriesItem item)
Removes a given item and immediately removes it from the chart.
|
void |
DataSeries.update(DataSeriesItem item)
Triggers an update of the chart for the specified data item.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSeries.setData(List<DataSeriesItem> data)
Sets the data to the provided list of data items.
|
Constructor and Description |
---|
DataSeries(DataSeriesItem... items)
Constructs a new DataSeries with the given items.
|
Constructor and Description |
---|
DataSeries(List<DataSeriesItem> items)
Constructs a new DataSeries instance with the given items.
|
Modifier and Type | Method and Description |
---|---|
Class<DataSeriesItem> |
DataSeriesItemBeanSerializer.getBeanClass() |
Modifier and Type | Method and Description |
---|---|
void |
DataSeriesItemBeanSerializer.serialize(DataSeriesItem bean,
BeanSerializerDelegator<DataSeriesItem> serializer,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
DataSeriesItemBeanSerializer.serialize(DataSeriesItem bean,
BeanSerializerDelegator<DataSeriesItem> serializer,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2020. All rights reserved.