-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Essentially all Configure() properties could be set at design time using the graphical editor. This would make FormsPlot much easier to use. We don't have to abandon Configure(), but this could supplement it.
Perhaps something similar could be achieved with WpfPlot.
Example
[
Category("Audio"),
Description("Audio device sample rate (Hz)")
]
public int SampleRate { get; set; } = 6000;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
