# File lib/fusioncharts/exporter/generator.rb, line 35
    def set_bitmap_data(imageData_FCFormat, width, height, bgcolor="ffffff")
      @pages_data[@pageIndex]= {:width=>width,:height=>height,:bgcolor=>bgcolor,:image_data=>imageData_FCFormat}
      @pageIndex = @pageIndex+1
                end