ColorsColumn LabelsColumn  
Selects Visible Colums.

Example:
  with ChartGrid1 do
  begin
    ShowColors:=True;
    ShowLabels:=True;
    ShowFields:=True;
    ShowXValues:=cgsYes;
  end;