Java Reference
In-Depth Information
<!-- Start 2D Bar Chart -->
<barChart>
<chart evaluationTime="Report">
<reportElement x="0" y="0" width="555" height="350"/>
</chart>
<categoryDataset>
<dataset incrementType="None"/>
<categorySeries>
<seriesExpression>
<![CDATA[$F{model}]]>
</seriesExpression>
<categoryExpression>
<![CDATA[$F{city}]]>
</categoryExpression>
<valueExpression>
<![CDATA[$V{totalAircraft}]]>
</valueExpression>
</categorySeries>
</categoryDataset>
<barPlot isShowTickMarks="false">
<plot/>
</barPlot>
</barChart>
<!-- End 2D Bar Chart -->
<!-- Start 3D Bar Chart -->
<bar3DChart>
<chart evaluationTime="Report" isShowLegend="false">
<reportElement x="0" y="375" width="555" height="350"/>
</chart>
<categoryDataset>
<dataset incrementType="None"/>
<categorySeries>
<seriesExpression>
<![CDATA[$F{model}]]>
</seriesExpression>
<categoryExpression>
<![CDATA[$F{city}]]>
</categoryExpression>
<valueExpression>
<![CDATA[$V{totalAircraft}]]>
</valueExpression>
 
Search WWH ::




Custom Search