Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dvt:barChart Title's Font Size

AkitasAug 16 2018 — edited Aug 16 2018

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,

This post has been answered by Timo Hahn on Aug 16 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2018
Added on Aug 16 2018
9 comments
193 views