TiPieChart.ClearList
TiPieChart
Removes all items from the control.
procedure ClearList;
Description
Use ClearList to remove all items from the control.
Example
Delphi
iComponent.ClearList;
C++ Builder
iComponent->ClearList();
Contents | Index | Previous | Next