public class RangeSeriesDataSourceBase extends CategoricalSeriesDataSourceBase
Constructor and Description |
---|
RangeSeriesDataSourceBase(ChartSeriesModel owner)
Initializes a new instance of the
RangeSeriesDataSourceBase using a given chart
series owner. |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getHighBinding()
Gets the current high data point binding.
|
DataPointBinding |
getLowBinding()
Gets the current low data point binding.
|
void |
setHighBinding(DataPointBinding value)
Sets the current high data point binding.
|
void |
setLowBinding(DataPointBinding value)
Sets the current low data point binding.
|
getCategoryBinding, setCategoryBinding
addBoundItemPropertyChangedListener, collectionChanged, getBindings, getItemsSource, getOwner, propertyChange, removeBoundItemPropertyChangedListener, setItemsSource
public RangeSeriesDataSourceBase(ChartSeriesModel owner)
RangeSeriesDataSourceBase
using a given chart
series owner.owner
- the chart series this data source belongs to.public DataPointBinding getLowBinding()
public void setLowBinding(DataPointBinding value)
value
- the new low data point binding.public DataPointBinding getHighBinding()
public void setHighBinding(DataPointBinding value)
value
- the new high data point binding.