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!
Comments (2)
Login or Create account, Log in or register to leave a comment
We will publish english version stocksharp during 2 week
Thanks a lot! No more struggle for the translation :)