Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

These examples apply to 1.1 and later of Pentaho.

Line, Bar, and Area Chart Data Collector Example

<expression class="org.pentaho.plugin.jfreereport.reportcharts.PieSetCollectorFunction" name="ChartDataSource">
  <properties>
     <property name="group">RegionGroup</property><!--  Only use if summaryOnly=true -->
     <property name="seriesColumn">REGION</property>
     <property name="valueColumn">RegionBudget</property>
     <property name="summaryOnly">true</property>
  </properties>
</expression>
  • No labels