Skip to content

SP5: Add WpfPlotViewer or document equivalent functionality #3212

@chaojian-zhang

Description

@chaojian-zhang

Issue: It's unfortunate but in an application I have we depend on ScottPlot.WpfPlotViewer() and that class is removed in SP5.

ScottPlot Version: 5.0.16

Code Sample:

// In console application
ScottPlot.Plot plt = new ScottPlot.Plot();
new ScottPlot.WpfPlotViewer(plt).ShowDialog();

Throws an exception: The type or namespace name 'WpfPlotViewer' does not exist in the namespace 'ScottPlot' (are you missing an assembly reference?)

In What's New it's not mentioned that this should happen.

(In that case I think the issue #308 is no longer valid)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions