Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBetter attribution of PlotView (WinForms) #1468
Open
Labels
Comments
|
Inherit from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improvement description related to the Text property
The
Textproperty is of no use. Inheriting fromUserControlinstead ofControlwould fix this, i.e. hide it. Alternatively:Improvement description related to the *Cursor properties
The [OxyPlotCategory] properties
*Cursorshould have the [Description] and [DefaultValue] attributes. The first for the obvious reason, the latter for proper behaviour in the Visual Studio designer, e.g. no code generated in the form's .Designer.cs for properties still using default values.