| Samples |
VennDiagram
The Venn diagram shows a diagrammatic view of Set membership data, using the correct proportions for the simply case with 2 populations (and 1 overlap) and a simple diagram with intersecting circles for the 3-area case.
SharpPlot sp = new SharpPlot();
sp.VennDiagramStyle = VennDiagramStyles.FilledLines;
sp.DrawVennDiagram(new int[] {27,19,8});
See also
![]() |
![]() |
![]() |
![]() |




