Hi everybody,
I wonder if someone has ever changed a DisplayName inside a StatisticParameterGrid. Actually I'm trying to show the StatisticsParameter on the user interface in English. The problem is that the items are Russian only and that particular property (<IStatisticsParameter> DisplayName) has no setter so i cannot overwrite them 'on the fly'.
This is what i was trying to do (TicksParameterGrid is the name of my StatisticParameterGrid):
TicksParameterGrid.Parameters[0].DisplayName = "newName";
Can anyone help me? thanks!
Kommentare (2)
Anmelden oder Konto erstellen, Melden Sie sich an oder registrieren Sie sich, um einen Kommentar zu hinterlassen
We will publish english version stocksharp during 2 week
Thanks a lot! No more struggle for the translation :)