Interface | Description |
---|---|
DataBindingListener |
Interface for creating anonymous classes that serve as delegates which handle events associated
with data binding completion and certain changes in bound item's properties.
|
Class | Description |
---|---|
CategoricalBubbleSeriesDataSource | |
CategoricalSeriesDataSource |
Represents a
CategoricalSeriesDataSourceBase and adds the value binding functionality. |
CategoricalSeriesDataSourceBase |
Represents a
ChartSeriesDataSource used as base class for storing data sources of
the categorical charts. |
ChartSeriesDataSource |
This is a base class for all data source classes used by the varieties of charts to hold
the data sources, their bindings and event listeners.
|
OhlcSeriesDataSource | |
PieSeriesDataSource |
Represents an instance of the
SingleValuePointDataSource class used for storing data
sources for the pie charts family. |
RangeSeriesDataSourceBase |
Base class that holds the low and high data point bindings used in all range series.
|
ScatterBubbleSeriesDataSource | |
ScatterSeriesDataSource | |
SingleValuePointDataSource |
Represents a
ChartSeriesDataSource that holds a single value binding. |