See: Description
Interface | Description |
---|---|
BaseDataset |
An interface that implemented by all datasets.
|
GanttDataset |
An interface that is implemented by data sets that have start, end and progress fields.
|
PieDataset |
The interface that must be implemented by classes that will be using a pie chart.
|
StandardDataset |
The interface that must be implemented by classes that will
be used as data source for a
StandardPlot . |
StockDataset |
An interface that is implemented by data set that have open, close, high, and low fields.
|
XYDataset |
An interface that is implemented by data sets that have x, y and size fields.
|
Class | Description |
---|---|
ForAllRecordsDataset |
This is a dataset used by standard (bar, line, area) and pie charts.
|
ForEachRecordDataset |
This is a dataset used by standard (bar, line, area) and pie charts.
|
GanttForEachRecordDataset |
This is a dataset used by Gantt charts.
|
GanttOneGroupDataset |
This is a dataset used by Gantt charts.
|
GanttTwoGroupsDataset |
This is a dataset used by Gantt charts.
|
OneGroupDataset |
This is a dataset used by standard (bar, line, area) and pie charts.
|
StockForAllRecordsDataset |
This is a dataset used by stock charts.
|
StockForEachRecordDataset |
This is a dataset used by stock charts.
|
StockOneGroupDataset |
This is a dataset used by stock charts.
|
TwoGroupsDataset |
This is a dataset used by standard (bar, line, area) charts.
|
XYForAllRecordsDataset |
This is a dataset used by xy charts.
|
XYForEachRecordDataset |
This is a dataset used by xy charts.
|
XYOneGroupDataset |
This is a dataset used by xy charts.
|
Provides all classes and interfaces for chart data handling.
All datasets are split into five categories according to the chart styles. You can use all implementations of the interface XYDataset for your scatter or bubble chart.
Copyright © 1999-2020 by i-net software GmbH