We've got just about all the important graph records for a bar graph.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-05-19 18:48:52 +00:00
parent 8ecb76b142
commit cc710a20f6

View File

@ -603,6 +603,9 @@ public class BiffViewer {
case PlotAreaRecord.sid:
retval = new PlotAreaRecord(rectype, size, data);
break;
case SeriesIndexRecord.sid:
retval = new SeriesIndexRecord(rectype, size, data);
break;
default: