Package com.inet.report.chart.dataset
package com.inet.report.chart.dataset
Provides comprehensive dataset functionality for i-net Clear Reports charts,
supporting various data organization and access patterns.
This package implements a sophisticated dataset system that:
- Manages different dataset types (Standard, XY, Stock, Gantt, Pie)
- Handles data organization and grouping
- Supports record-based and group-based data access
- Provides XML serialization capabilities
The dataset system supports:
- Multiple dataset types and organizations
- Record-based and group-based data access
- XML serialization and deserialization
- Data validation and transformation
- Since:
- 8.0
-
ClassDescriptionAn interface that implemented by all datasets.This is a dataset used by standard (bar, line, area) and pie charts.This is a dataset used by standard (bar, line, area) and pie charts.An interface that is implemented by data sets that have start, end and progress fields.This is a dataset used by Gantt charts.This is a dataset used by Gantt charts.This is a dataset used by Gantt charts.This is a dataset used by standard (bar, line, area) and pie charts.The interface that must be implemented by classes that will be using a pie chart.The interface that must be implemented by classes that will be used as data source for a
StandardPlot.An interface that is implemented by data set that have open, close, high, and low fields.This is a dataset used by stock charts.This is a dataset used by stock charts.This is a dataset used by stock charts.This is a dataset used by standard (bar, line, area) charts.An interface that is implemented by data sets that have x, y and size fields.This is a dataset used by xy charts.This is a dataset used by xy charts.This is a dataset used by xy charts.