The XYDataSource component defines an interface for data
sources of XY charts.
You cannot use or instantiate
XYDataSource objects
directly. To obtain instances of
XYDataSource you an:
- Use DataSourceFactory.
- Use the provided DefaultXYDataSource and
XYDataSourceImpl implementation components.
- Implement new components inheriting XYDataSource.