Skip to content

use design-time properties for FormsPlot #455

@swharden

Description

@swharden

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.

https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/defining-a-property-in-windows-forms-controls

Example

[
Category("Audio"),
Description("Audio device sample rate (Hz)")
]
public int SampleRate { get; set; } = 6000;

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions