Page 1 of 1

Quick Fonts for multiple bar graph object (EV7)

Posted: Fri Oct 21, 2011 10:43 am
by nadja123
Hello there,

the tab Options to the (freezed) graph object offers "Quick Fonts". What programming command does this?
For the case there is no command to do Quick Fonts: I want to know what commands do set fonts for the labels / text fields that are indicated red in the attached picture. Thanks for helping.

PS. The help documentation does not seem to contain this, and displays pictures where Quick Fonts are missing in the list.

Re: Quick Fonts for multiple bar graph object (EV7)

Posted: Fri Oct 21, 2011 11:29 am
by EViews Pamela
EViews doesn't provide a command for Quick Fonts, but does have commands for setting each of the objects.

You can update existing text objects (as well as the text default) with the textdefault command, and the 'existing' option.

graph1.textdefault font("Arial", b) existing

Re: Quick Fonts for multiple bar graph object (EV7)

Posted: Sat Oct 22, 2011 1:09 pm
by nadja123
Brilliant, thank you.