AddaX
AddaX

Reputation: 43

BIRT: change font chart axis

i have a big report with all the text of grid, table, html element with fontFamily='Arial'. When i create a chart the list of font family is this: ['Cursive', 'Fantasy', 'Monospace', 'San-Serif','Serif'].

There is a way to change the font of chart to 'Arial' and not to one of these?

Thank you in advance

Upvotes: 0

Views: 578

Answers (1)

Dominique
Dominique

Reputation: 4342

In Eclipse designer, select the "outline view" of your report and right click "Styles" section:

-> New Style -> Predefined Style -> Select Report Element -> Chart

Click "Font", select Arial in the drop-down list and OK.

Now all charts of this report will use by default Arial, unless you override it specifically in "Format chart" editor sections.

Upvotes: 1

Related Questions