Eugene/Robert,
I have been using the AnnotateChart command to write on the chart at the last bar with the text Right Justified as follows:
CODE:
Please log in to see this code.
The "DrawLabel" command uses the “Axis & Margins” Font settings that are set in the “Preferences- Chart Colors and Styles” window.
Is there any way to make the "AnnotateChart" command use the same font settings as the DrawLabel command?
Thanks.
Size:
Color:
Talking about making the DrawLabel command act like AnnotateChart - none than I'm aware of...
Size:
Color:
Eugene,
What I am looking for is how do you get the command:
CODE:
Please log in to see this code.
to automatically read the Fonts that the DrawLabel command uses.
Thanks.
Size:
Color:
One workaround that comes to mind is to parse the
WealthLabConfig.txt file and find out the ChartFont string e.g.:
QUOTE:
ChartFont=Tahoma|7|Regular
Size:
Color:
There you are. Using some undocumented calls:
CODE:
Please log in to see this code.
Size:
Color: