| Unit: | SDL_rchart |
| Class: |
TRChart |
| Declaration: |
procedure RemoveLastItem; |
The method RemoveLastItem deletes the last graphics element from the data container. This is equal to removing the last element from the drawing. Note that you have to call the method ShowGraf in order to see any effect.
| Hint: |
RemoveLastItem can be used to move a graphics element across an existing drawing by repeatedly removing the last element and regenerating it at a different location. |
| Example: |
RCHMOVEL.DPR |
| |
This example program shows how to utilize RemoveLastItem for moving an item of the chart.
|
|