//---if we are saving all the coordinates for an ImageMap, create the ImageMap Object as we
//--- know how many area elements there are.
if( super.getGenerateImageMapFlag() )
{
//---pass the size to try and avoid having the expense of resizing the ArrayList
ImageMap imageMap = new ImageMap( iAxisDataSeries.size() * iAxisDataSeries.getTotalNumberOfDataSets() );
super.setImageMap( imageMap );
}
//---draw the charts over the axis...