Message Boards Message Boards

Change Font Size on TradingChart?

Posted 8 years ago

I'm creating a TradingChart, but I need the font size to be larger for the labels along the axes (volume, time, and stock price). I tried LabelStyle -> Directive[Blue, 15], which does change the color, but does not affect the size of the font. On other plots, such a directive does change the font size as well. Can the font size on TradingChart be changed? If so, how?

The whole line of code is this:

Image[TradingChart["NCR", AspectRatio -> 1,  LabelStyle -> Directive[Blue, 15]], ImageSize -> {360, 360}]

Thanks in advance,

Mark Greenberg

POSTED BY: Mark Greenberg
3 Replies
Posted 8 years ago

That's what I needed. Thank you.

POSTED BY: Mark Greenberg

enter image description here

POSTED BY: Jos Klaps

Hi Marc,

I hope this wil help !

Image[TradingChart[
  "NCR"
  , LabelStyle -> Directive[Blue, FontSize -> 20]
  , AspectRatio -> 1]
 , ImageSize -> {360, 360}]

Regards,....Jos

POSTED BY: Jos Klaps
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract