aqui esta la parte que saca esa grafica, no veo lo del tipo de fuente y desconcozco tambien cual podra usar por defecto
<bar3DChart>
<chart hyperlinkTarget="Self" >
<reportElement
x="0"
y="0"
width="677"
height="239"
key="element-1"/>
<box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/>
<chartLegend textColor="#000000" backgroundColor="#FFFFFF" >
</chartLegend>
</chart>
<categoryDataset>
<dataset resetGroup="evaluacion" >
</dataset>
<categorySeries>
<seriesExpression><![CDATA[$F{nombreArea}]]></seriesExpression>
<categoryExpression><![CDATA[$F{descripcionNivelCargo}]]></categoryExpression>
<valueExpression><![CDATA[$F{promedio}]]></valueExpression>
<itemHyperlink >
</itemHyperlink>
</categorySeries>
</categoryDataset>
<bar3DPlot >
<plot orientation="Horizontal" />
<categoryAxisFormat>
<axisFormat >
</axisFormat>
</categoryAxisFormat>
<valueAxisFormat>
<axisFormat >
</axisFormat>
</valueAxisFormat>
</bar3DPlot>
</bar3DChart>
By:
Arval