TdxChart.AssignFrom(TdxChart,Boolean) Method
Updates all chart settings from the specified internal Chart model.
Declaration
procedure AssignFrom(ASource: TdxChart; ARecreate: Boolean = True); virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| ASource | TdxChart | The source internal Chart control model. |
| ARecreate | Boolean | Optional. Specifies if the procedure deletes all diagrams and series in the current internal [Chart] model and recreates them from the source passed as the ASource parameter. If the ARecreate parameter accepts |
See Also