Namespace FastReport.BG.Data
Classes
HierarchicalDataSourceBase
HierarchicalDataSourceBase class.
HierarchicalListSource
Data source for hierarchical charts (TreeMap, Sunburst, Bubble) which loads data into Records collection using DataBinding to objects like System.Data.DataSet or an System.Array DataTable
HierarchicalRecord
Hierarchical record - record with properties to build hierarchy of records which can be shown on a Hierarchical chart (TreeMap, Sunburst, Bubble)
HierarchicalRecords
Collection of hierarchical records
HierarchicalRecordsSource
Hierarchical charts (TreeMap, Sunburst, Bubble) data source that needs be maually populated by data
HierarchicalRootRecord
Virtual root record. Made to allow set text / value for the root if it is shown in the Hierarchical chart (e.g. central zone of the Sunburst chart)
RecordBase
Base abstract class for chart Record implementations
Interfaces
IHierarchicalDataSource
IHierarchicalDataSource interface.
IHierarchicalRecord
Hierarchilcal record interface. Additionally to IRecord this interface adds properties which builds hierarchi of records
IRecord
Record interface
IRecordOwner
Interface for objects which holds IRecord
Enums
HierarchicalRecordType
Type of hierarchical record