public abstract class SingleValuePointDataSource extends ChartSeriesDataSource
ChartSeriesDataSource
that holds a single value binding.Constructor and Description |
---|
SingleValuePointDataSource(ChartSeriesModel owner)
Initializes a new instance of the
SingleValuePointDataSource class using a given
chart series owner. |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getValueBinding()
Gets the current value binding for the data source.
|
void |
setValueBinding(DataPointBinding value)
Sets the current value binding for the data source.
|
addBoundItemPropertyChangedListener, collectionChanged, getBindings, getItemsSource, getOwner, propertyChange, removeBoundItemPropertyChangedListener, setItemsSource
public SingleValuePointDataSource(ChartSeriesModel owner)
SingleValuePointDataSource
class using a given
chart series owner.owner
- the chart series this data source belongs to.public DataPointBinding getValueBinding()
public void setValueBinding(DataPointBinding value)
value
- the new value binding.