Visual studio WPF add new costume properties to ErrorBarType | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Visual studio WPF add new costume properties to ErrorBarType

I want add new personalised propertie to ErrorBarType, but I not get how to do, when I add the new name, ErrorBarType only show options like: StandardError(1), FixedValue (10), Percentage(10) and StandardDesviation (1). someone knows make that ? This is a little part of My Main aplication, the completed add is very long https://code.sololearn.com/c7TlmO423USW/?ref=app Thanks

30th Sep 2020, 3:25 AM
Jose Arley Briceño
Jose Arley Briceño - avatar
1 Answer
+ 1
For example: Public string text { Get{return;} Set{textbox1.text = value;} }
19th Oct 2020, 10:21 AM
Martin Jefferson
Martin Jefferson - avatar