How to change DisplayName of a StatisticParameterGrid?
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!