AllowAppend  
When True ChartGrid1.AllowAppend allows new data to be appended to the bottom of the ChartGrid (and hence associated Series) by down arrow keying from the current bottom row of the ChartGrid.

Example:
ChartGrid1.AllowAppend:=True;