For a winform application written in C # (4.0 for a framework or less), we need to display the data in a ternary diagram .
Does anyone know a graphical component written in C # that can be used? (open source or not)
We want to be able to:
- zoom / unzoom in this diagram,
- resize the form where it is displayed
- This graph contains tooltips for each point.
- draw a circular curve
Thank you
source share