Chart Title Override
Author: boreland
Creation Date: 11/28/2016 4:02 AM
profile picture

boreland

#1
Is there a way to override the chart title? When charts are closed down there is no way to know what is what. I'd like to display the symbol first.

Perhaps there is way to do this via:
CODE:
Please log in to see this code.


Also tried this approach but to no avail:
CODE:
Please log in to see this code.
profile picture

Eugene

#2
What a hackish creative approach to the software you have. ;) First it was the use of undocumented class ChartRenderer, then read-only WealthLabConfig.txt, now mangling overriding the chart titles.

Anyway, I believe that neither approach would work - this or via System.Reflection (which I tried quickly). You could try to get a property but when attempting to set it you're likely to end up with a 'cross-thread operation not valid' or other kind of exception. IMHO this is a waste of time but since this is unsupported by us you're free to experiment. ;)
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).