Category | IlvChart | IlvResourceDataChart |
Connecting to Data | Connect an IlvDataSource to an IlvChartRenderer Implementation. Then add the chart renderer to the chart. | Connect an IlvGanttModel implementation to the chart. Optionally, you can change the resources that are displayed by calling the setResourceDisplayMode and displayResource methods |
Chart Types | Cartesian, polar, radar, or pie | Cartesian only |
Renderers | Multiple, one for each data source. | One, connected to the single internal data source that represents the displayed resources. |
X-Axis and Scale | IlvTimeScale, default is IlvGanttTimeScale. | |
X Value Type | Milliseconds since January 1, 1970, 00:00:00 GMT | Date object |
X Grid | IlvGanttGridRenderer, default is IlvWeekendGrid. |