I am trying to give access to Chart control's properties through PropertyGrid. I'd like to localize it. Is that possible without writing another class, that will mimic most of this control properties and have my custom property display names and descriptions?
P.S.
I know that it is not a good idea to give user "full control" over a UI control through PropertyGrid, but it's not my idea ...