Skip to content

rlnx/WPFPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Plot

WPF library for plotting one dimensional mathematical functions including control for interactive plot.

Features

  • Dynamic data plotting.
  • Scaling and moving coordinate system.
  • Bind UIElements to points in cartesian coordinate system.

Screenshot

WPFPlot screenshot

Quickstart

Import WPF Plot namespace:

<Window xmlns:wpfplot="clr-namespace:WPFPlot.Controls;assembly=WPFPlot" />

Create GraphControl and set PlotData. Data context object must be instance of IPlotDataSource.

<wpfplot:GraphControl SegmentBegin="-3.14" SegmentEnd="3.14">
    <wpfplot:GraphItem StrokeBrush="Blue" PlotData="{Binding}" />
</wpfplot:GraphControl>

License

MIT License.

About

Lightweight WPF library for plotting one dimensional functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages