public abstract class CategoricalSeriesDataSourceBase extends ChartSeriesDataSource
ChartSeriesDataSource
used as base class for storing data sources of
the categorical charts.Constructor and Description |
---|
CategoricalSeriesDataSourceBase(ChartSeriesModel owner)
Initializes a new instance of the
CategoricalSeriesDataSourceBase class. |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getCategoryBinding()
Gets the current category binding.
|
void |
setCategoryBinding(DataPointBinding value)
Sets the current category binding.
|
addBoundItemPropertyChangedListener, collectionChanged, getBindings, getItemsSource, getOwner, propertyChange, removeBoundItemPropertyChangedListener, setItemsSource
public CategoricalSeriesDataSourceBase(ChartSeriesModel owner)
CategoricalSeriesDataSourceBase
class.owner
- the chart series this data source belongs to.public DataPointBinding getCategoryBinding()
public void setCategoryBinding(DataPointBinding value)
value
- the new category binding.