public class CategoricalSeriesDataSource extends CategoricalSeriesDataSourceBase
CategoricalSeriesDataSourceBase
and adds the value binding functionality.Constructor and Description |
---|
CategoricalSeriesDataSource(ChartSeriesModel owner)
Initializes a new instance of the
CategoricalSeriesDataSource with a given chart
series owner. |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getValueBinding()
Gets the current value binding.
|
void |
setValueBinding(DataPointBinding value)
Sets the current value binding.
|
getCategoryBinding, setCategoryBinding
addBoundItemPropertyChangedListener, collectionChanged, getBindings, getItemsSource, getOwner, propertyChange, removeBoundItemPropertyChangedListener, setItemsSource
public CategoricalSeriesDataSource(ChartSeriesModel owner)
CategoricalSeriesDataSource
with 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.