public class PieSeriesDataSource extends SingleValuePointDataSource
SingleValuePointDataSource
class used for storing data
sources for the pie charts family.Constructor and Description |
---|
PieSeriesDataSource(PieSeriesModel owner)
Initializes a new instance of the
PieSeriesDataSource for a given chart series owner. |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getNameBinding() |
void |
setNameBinding(DataPointBinding value) |
getValueBinding, setValueBinding
addBoundItemPropertyChangedListener, collectionChanged, getBindings, getItemsSource, getOwner, propertyChange, removeBoundItemPropertyChangedListener, setItemsSource
public PieSeriesDataSource(PieSeriesModel owner)
PieSeriesDataSource
for a given chart series owner.owner
- the chart series this data source belongs to.public void setNameBinding(DataPointBinding value)
public DataPointBinding getNameBinding()