Class | Description | |
---|---|---|
ArrayToChartAdapter | Chart Data Adapter for simple arrays. | |
ArrayToChartAdapter2 | Second Chart Data Adapter for arrays as chart data sources. | |
CandleChartDemoData | Generate chart demo data for visual design. | |
ChartDataAdapter | Base data adapter class for IChartData implementations. | |
ChartDataFilter | The primary purpose of this class is to allow the skipping of columns data from IChartData We need to ignore any columns that are of an invalid data type We also need to skip over the column that is the row label strings The drawing layers will get the IChartData Filter pointer to use instead of the Raw Data The column count and data gets and calcs will be accurate for this data subset | |
ChartDemoData | Generate chart demo data for visual design. | |
CollectionToChartAdapter | Chart Data Adapter class for custom data sources which inherit from CollectionBase. | |
DataConstString | Class for string constants related to data. | |
DataTableToChartAdapter | Chart Data Adapter for DataTables | |
DataViewToChartAdapter | Chart Data Adapter for DataViews | |
DemoTable | Class for generating or returning demo data tables. | |
FileStreamToChartAdapter | Chart Data Adapter for FileStreams/StreamReaders | |
GanttDataAdapter | Data adapter used for interfacing GanttDataSource, which is based on a collection hierarchy, with the IChartData interface used by UltraChart, which is tabular. | |
GanttDataSource | Data source class specifically used for Gantt charts. | |
GanttItem | GanttItem class. Represents a labeled group of Time Entries. | |
GanttItemCollection | Collection class for GanttItem objects. | |
GanttSeries | GanttSeries class. Represents a labeled group of GanttItems. | |
GanttSeriesCollection | Collection class for GanttSeries objects. | |
GanttTimeEntry | Gantt Time Entry class for time entries within a GanttItem. | |
GanttTimeEntryCollection | Simple collection class for GanttTimeEntry objects. | |
IListToChartAdapter | Chart data adapter for classes which implement IList. | |
IListToChartAdapter2 | Second Chart Data Adapter for classes which implement IList. | |
Util | Utility class for data operations. | |
XMLToChartAdapter | Chart Data Adapter for XML data. |
Interface | Description | |
---|---|---|
IChartData | IChartData should be implemented by object for binding data to chart. | |
IChartDataFilter | This interface is used to connect the DataAppearance Object with the DataFilter | |
IProvideGroupedLabels | Interface for data sources or other classes which provide grouped labels for axes. |