Hi Objo,
Good day. One question/request...
is there a reason not having PreTransform and PostInverseTransform declared as protected since it is marked as virtual for overriddes.
I have derived a custom axis class that requires PreTransform and PostInverseTransorm to be overridden (a norm std distribution z-index axis). I had it in OxyPlot assembly previously which is fine when they were internal only. I found that it creates alot of work when i merge with your code from time to time.
So decided to move the custom axis class out of the assembly, but hit into limitation of these method not being protected.
if possible, please mark those protected so it doesnt defeat the purpose of having the derived class overrides them.
thanks again for the cool library.
Good day. One question/request...
is there a reason not having PreTransform and PostInverseTransform declared as protected since it is marked as virtual for overriddes.
I have derived a custom axis class that requires PreTransform and PostInverseTransorm to be overridden (a norm std distribution z-index axis). I had it in OxyPlot assembly previously which is fine when they were internal only. I found that it creates alot of work when i merge with your code from time to time.
So decided to move the custom axis class out of the assembly, but hit into limitation of these method not being protected.
if possible, please mark those protected so it doesnt defeat the purpose of having the derived class overrides them.
thanks again for the cool library.