Hi everyone,
I have a barChart and i need to change font size of title. My source code is below:
<dvt:barChart id="barChart3" var="row" value="#{bindings.ItemsView1.collectionModel}"
inlineStyle="width:600px; height:450px;" title="Item Count">
<dvt:chartLegend id="cl3"/>
<f:facet name="dataStamp">
<dvt:chartDataItem id="di3"
series="#{bindings.ItemsView1.hints.Count.label}"
value="#{row.Count}" group="#{row.Itemname}">
<dvt:attributeGroups id="ag3" type="color" value="#{row.Itemname}"/>
</dvt:chartDataItem>
</f:facet>
</dvt:barChart>
I couldn't find how can i change title size.
My Jdeveloper vers: Studio Edition Version 12.2.1.3.0
Build JDEVADF_12.2.1.PATCHSETS_GENERIC_170820.0914.S
Yunus Emre
Regards,