class TChartList : public TComponentList;
Holds a list of TChart objects.
The component declares a new default array property returning TChart type. Use this list to store and load settings (properties) of TChart object from and to TStream. Chart objects must be assigned before loading and before saving with matching order. The component does not own the list items.
Constructors
| Name | Description |
|---|---|
| TChartList |
Destructors
| Name | Description |
|---|---|
| ~TChartList |
Methods
| Name | Description |
|---|---|
| GetItems | |
| Item | |
| LoadFromStream | Load the list from Src stream. |
| Propagate | Copy settings of selected chart to all others. |
| SaveToStream | Save the list to Dst stream. |
| SetItems |
Operators
| Name | Description |
|---|---|
| operator[] |