Skip to content

Pie: Refresh() throws argument exception when called from inside a WPF initializer #2415

@KC7465128305

Description

@KC7465128305

The following is the three lines of code:

double[] values = { 778, 283, 184, 76, 43 };
WpfPlot1.Plot.AddPie(values);
WpfPlot1.Refresh();

When WpfPlot1.Refresh() is called is when the program throw the exception.

I am using version 4.1.60

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions