ShowLegend[
DisplayTogetherArray[
{{PieChart[{11, 18, 12}, PieLabels -> None, PlotLabel -> "Q1 `98"],
PieChart[{13, 21, 12}, PieLabels -> None, PlotLabel -> "Q2 `98"],
PieChart[{14, 20, 13}, PieLabels -> None, PlotLabel -> "Q3 `98"]},
{PieChart[{14, 26, 10}, PieLabels -> None, PlotLabel -> "Q4 `98"],
PieChart[{18, 23, 16}, PieLabels -> None, PlotLabel -> "Q1 `99"],
PieChart[{17, 25, 16}, PieLabels -> None, PieExploded -> All, PlotLabel -> "Q2 `99"]}}],
{{{RGBColor[1, 0, 0], "Helen"},
{RGBColor[0, 1, 0], "Joe"},
{RGBColor[0, 0, 1], "Bob"}},
LegendPosition -> {-0.5, .75},
LegendSize -> {1, .4},
LegendLabel -> "Acme Company Sales",
LegendOrientation -> Horizontal,
LegendShadow -> None}
]