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